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