feat: allow custom secrets to be added to argocd-secret (#199)

This commit is contained in:
DaytonG 2020-01-09 09:55:14 -07:00 committed by Spencer Gilbert
parent 0eb28119e8
commit 4b22128b4c
4 changed files with 12 additions and 2 deletions

View file

@ -689,6 +689,12 @@ configs:
bitbucketUUÌD: ""
gogsSecret: ""
# Custom secrets. Useful for injecting SSO secrets into environment variables.
# Ref: https://argoproj.github.io/argo-cd/operator-manual/sso/
# Note that all values must be non-empty.
extra: {}
# LDAP_PASSWORD: "mypassword"
# Argo TLS Data.
argocdServerTlsConfig:
{}