cluster.fun/manifests/_apps/tailscale-operator.yaml
Marcus Noble 494bd6d91f
Deploy tailscale-operator to other clusters
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-12-15 13:29:21 +00:00

85 lines
1.9 KiB
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tailscale-operator-scaleway
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
kustomize:
commonLabels:
app.kubernetes.io/instance: scaleway-cluster
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tailscale-operator-civo
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: tailscale
name: civo
source:
path: manifests/tailscale-operator
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
kustomize:
commonLabels:
app.kubernetes.io/instance: civo-cluster
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tailscale-operator-scaleway-old
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: tailscale
name: cluster-fun (scaleway)
source:
path: manifests/tailscale-operator
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
kustomize:
commonLabels:
app.kubernetes.io/instance: scaleway-old-cluster
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
---