diff --git a/argocd/templates/durpapi.yaml b/argocd/templates/durpapi.yaml index 65537bc..6a0365f 100644 --- a/argocd/templates/durpapi.yaml +++ b/argocd/templates/durpapi.yaml @@ -9,15 +9,12 @@ spec: repoURL: https://github.com/DeveloperDurp/homelab.git targetRevision: main path: durpapi - directory: - recurse: true destination: - server: https://kubernetes.default.svc namespace: durpapi + name: in-cluster syncPolicy: automated: prune: true - selfHeal: true + selfHeal: true syncOptions: - - CreateNamespace=true - + - CreateNamespace=true