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 kustomize: commonLabels: app.kubernetes.io/instance: scaleway syncPolicy: automated: {} syncOptions: - CreateNamespace=true ignoreDifferences: - kind: Secret jsonPointers: - /data ---