From 7a883dc25fe6d6a0a05ce647e927f945a74f2f4e Mon Sep 17 00:00:00 2001 From: developerdurp Date: Tue, 21 Nov 2023 05:37:01 -0600 Subject: [PATCH] update --- argocd/templates/octopus-tentacle.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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