From 44398aaa77b676028aff155e8a3ad5c455d1b73a Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 14 May 2023 11:03:50 -0500 Subject: [PATCH] update --- argocd/values.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/argocd/values.yaml b/argocd/values.yaml index ec107d9..b99ddd9 100644 --- a/argocd/values.yaml +++ b/argocd/values.yaml @@ -11,7 +11,7 @@ argo-cd: create: true annotations: {} url: "argocd.internal.durp.info" - + oidc.tls.insecure.skip.verify: "true" dex.config: | connectors: - config: @@ -33,13 +33,5 @@ argo-cd: policy.csv: | g, ArgoCD Admins, role:admin scopes: "[groups]" - tls: - secret: - createSecret: true - # -- add additional secrets to be added to argocd-secret - ## Custom secrets. Useful for injecting SSO secrets into environment variables. - ## Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/user-management/#sensitive-data-and-sso-client-secrets - ## Note that all values must be non-empty. - extra: - {} - # LDAP_PASSWORD: "mypassword" + +