diff --git a/resources/argocd-cm/base/configmap.yaml b/resources/argocd-cm/base/configmap.yaml index 4e2c19b..6b3175c 100644 --- a/resources/argocd-cm/base/configmap.yaml +++ b/resources/argocd-cm/base/configmap.yaml @@ -4,4 +4,12 @@ metadata: name: argocd-cm namespace: argocd data: - kustomize.buildOptions: --enable-helm \ No newline at end of file + 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" \ No newline at end of file