Merge pull request #474 from 3dwardch3ng/res/local-path-provisioner

update configmap for argocd-cm
This commit is contained in:
2024-07-15 03:02:48 +10:00
committed by GitHub

View File

@@ -12,4 +12,11 @@ data:
timeout.hard.reconciliation: "0s"
timeout.reconciliation: "180s"
url: "https://argocd.cluster.edward.sydney"
kustomize.buildOptions: "--enable-helm"
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"]