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" + +