feat: allow custom secrets to be added to argocd-secret (#199)
This commit is contained in:
parent
0eb28119e8
commit
4b22128b4c
4 changed files with 12 additions and 2 deletions
|
|
@ -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:
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue