From c39ad21dfd20065c54a5873ae4ef1f9dc130e0f6 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sun, 19 Jul 2026 21:41:45 +0200 Subject: [PATCH] autocommit --- helm/argocd/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/argocd/values.yaml b/helm/argocd/values.yaml index 0dafed9..49c3408 100644 --- a/helm/argocd/values.yaml +++ b/helm/argocd/values.yaml @@ -440,6 +440,7 @@ configs: # You can customize parameters by adding parameters here. # (e.g.) # otlp.address: '' + server.insecure: true # Argo CD RBAC policy configuration ## Ref: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md @@ -538,7 +539,7 @@ configs: # -----END CERTIFICATE----- # -- Specifies if the argocd-tls-certs-cm configmap should be created by Helm. - create: true + create: false # ConfigMap for Config Management Plugins # Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/config-management-plugins/