From 2440ea2b95350c2fd75c9523153a73115a61ffd8 Mon Sep 17 00:00:00 2001 From: Kory Date: Sun, 20 Mar 2022 14:25:17 +0900 Subject: [PATCH] feat: automatically sync argocd app --- helm-charts/proxy-k8s-argo-cd/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm-charts/proxy-k8s-argo-cd/values.yaml b/helm-charts/proxy-k8s-argo-cd/values.yaml index 50f8318b5..f04dec95e 100644 --- a/helm-charts/proxy-k8s-argo-cd/values.yaml +++ b/helm-charts/proxy-k8s-argo-cd/values.yaml @@ -22,6 +22,11 @@ argocd: path: proxy-kubernetes/argocd-apps repoURL: https://github.com/GiganticMinecraft/seichi_infra targetRevision: HEAD + syncPolicy: + automated: + prune: true + syncOptions: + - CreateNamespace=true additionalProjects: - name: argocd