cluster.fun/manifests/_apps/tailscale-operator.yaml
Marcus Noble 144f5f14d1
Updated tailscale-operator chart
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-12-15 13:10:47 +00:00

32 lines
740 B
YAML

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
sources:
- path: manifests/tailscale-operator
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
- repoURL: 'https://github.com/tailscale/tailscale.git'
path: "main/cmd/k8s-operator/deploy/chart"
targetRevision: HEAD
chart: tailscale-operator
helm:
version: v3
values: |-
operatorConfig:
hostname: "scaleway"
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
---