diff --git a/argocd/templates/octopus-tentacle.yaml b/argocd/templates/octopus-tentacle.yaml index 3a1d368..c68a1d3 100644 --- a/argocd/templates/octopus-tentacle.yaml +++ b/argocd/templates/octopus-tentacle.yaml @@ -9,15 +9,12 @@ spec: repoURL: https://gitlab.com/developerdurp/homelab.git targetRevision: main path: octopus-tentacle - directory: - recurse: true destination: - server: https://kubernetes.default.svc namespace: octopus-tentacle + name: in-cluster syncPolicy: automated: prune: true - selfHeal: false + selfHeal: true syncOptions: - - CreateNamespace=true - + - CreateNamespace=true