dumpnet-argo/manifests/cluster/tailscale.yaml
2026-08-19 13:45:22 -04:00

30 lines
772 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tailscale
namespace: argocd
spec:
project: default
sources:
- repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
targetRevision: HEAD
ref: values
- repoURL: https://pkgs.tailscale.com/helmcharts
chart: tailscale-operator
targetRevision: "*"
helm:
valueFiles:
- $values/charts/tailscale/values.yaml
- repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
targetRevision: HEAD
path: charts/tailscale
destination:
server: https://kubernetes.default.svc
namespace: tailscale
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true