From 122c46aa51eb64202bf6627c6b0cb2f9c98fcd08 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 15 Jul 2024 03:02:28 +1000 Subject: [PATCH] update configmap for argocd-cm --- resources/argocd-cm/base/configmap.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/argocd-cm/base/configmap.yaml b/resources/argocd-cm/base/configmap.yaml index 6b3175c..4731e54 100644 --- a/resources/argocd-cm/base/configmap.yaml +++ b/resources/argocd-cm/base/configmap.yaml @@ -12,4 +12,11 @@ data: timeout.hard.reconciliation: "0s" timeout.reconciliation: "180s" url: "https://argocd.cluster.edward.sydney" - kustomize.buildOptions: "--enable-helm" \ No newline at end of file + configManagementPlugins: | + - name: kustomized-helm + init: + command: ["/bin/sh", "-c"] + args: ["helm dependency build"] + generate: + command: [sh, -c] + args: ["helm template --release-name release-name . > all.yaml && kustomize build"] \ No newline at end of file