Added tailscale-operator
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
50977c6d7f
commit
34862e4250
48
manifests/_apps/tailscale-operator.yaml
Normal file
48
manifests/_apps/tailscale-operator.yaml
Normal file
@ -0,0 +1,48 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: tailscale-operator
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: cluster.fun
|
||||
destination:
|
||||
namespace: tailscale
|
||||
name: scaleway
|
||||
source:
|
||||
path: manifests/tailscale-operator
|
||||
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
ignoreDifferences:
|
||||
- kind: Secret
|
||||
jsonPointers:
|
||||
- /data
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: tailscale-operator-chart
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: cluster.fun
|
||||
destination:
|
||||
namespace: tailscale-operator
|
||||
name: scaleway
|
||||
source:
|
||||
repoURL: 'https://github.com/tailscale/tailscale/main/cmd/k8s-operator/deploy/chart'
|
||||
targetRevision: 0.1.0
|
||||
chart: tailscale-operator
|
||||
helm:
|
||||
version: v3
|
||||
values: |-
|
||||
operatorConfig:
|
||||
hostname: "scaleway"
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
|
||||
---
|
11
manifests/tailscale-operator/manifest.yaml
Normal file
11
manifests/tailscale-operator/manifest.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: operator-oauth
|
||||
namespace: tailscale
|
||||
annotations:
|
||||
kube-1password: 43tugabtoh22ykoe5emcjjpeqa
|
||||
kube-1password/vault: Kubernetes
|
||||
kube-1password/secret-text-parse: "true"
|
||||
type: Opaque
|
||||
---
|
Loading…
Reference in New Issue
Block a user