From 64caea75ee00435a60d7cdc39d5959463874430b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 22 Oct 2022 14:22:23 -0500 Subject: [PATCH] add argocd --- roles/k3s/argocd/templates/apps.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/k3s/argocd/templates/apps.yaml b/roles/k3s/argocd/templates/apps.yaml index 8515149..8291593 100644 --- a/roles/k3s/argocd/templates/apps.yaml +++ b/roles/k3s/argocd/templates/apps.yaml @@ -9,12 +9,12 @@ spec: repoURL: https://github.com/DeveloperDurp/homelab.git targetRevision: main path: argocd - directory: - recurse: true destination: - server: https://kubernetes.default.svc namespace: argocd + name: in-cluster syncPolicy: automated: prune: true - selfHeal: true + selfHeal: true + syncOptions: + - CreateNamespace=true