update configmap for argocd-cm
This commit is contained in:
@@ -12,4 +12,11 @@ data:
|
|||||||
timeout.hard.reconciliation: "0s"
|
timeout.hard.reconciliation: "0s"
|
||||||
timeout.reconciliation: "180s"
|
timeout.reconciliation: "180s"
|
||||||
url: "https://argocd.cluster.edward.sydney"
|
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"]
|
||||||
Reference in New Issue
Block a user