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/