Merge pull request #472 from 3dwardch3ng/infra/argocd-cm

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

View File

@@ -4,4 +4,12 @@ metadata:
name: argocd-cm name: argocd-cm
namespace: argocd namespace: argocd
data: data:
kustomize.buildOptions: --enable-helm admin.enabled: "true"
application.instanceLabelKey: "argocd.argoproj.io/instance"
exec.enabled: "false"
server.rbac.log.enforce.enable: "false"
statusbadge.enabled: "false"
timeout.hard.reconciliation: "0s"
timeout.reconciliation: "180s"
url: "https://argocd.cluster.edward.sydney"
kustomize.buildOptions: "--enable-helm"