dumpnet-argo/manifests/cluster/tailscale.yaml

30 lines
768 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tailscale
namespace: argocd
spec:
project: default
sources:
- repoURL: https://git.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://git.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