updated property name to be the same as in the actual secret
This commit is contained in:
parent
7ab8fd7434
commit
55c01d3ec2
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ configs:
|
||||||
bitbucketSecret: ""
|
bitbucketSecret: ""
|
||||||
# argocdServerTlsConfig:
|
# argocdServerTlsConfig:
|
||||||
# key:
|
# key:
|
||||||
# cert:
|
# crt:
|
||||||
# Argo expects the password in the secret to be bcrypt hashed. You can create this hash with
|
# Argo expects the password in the secret to be bcrypt hashed. You can create this hash with
|
||||||
# `htpasswd -nbBC 10 "" $ARGO_PWD | tr -d ':\n' | sed 's/$2y/$2a/'`
|
# `htpasswd -nbBC 10 "" $ARGO_PWD | tr -d ':\n' | sed 's/$2y/$2a/'`
|
||||||
# argocdServerAdminPassword:
|
# argocdServerAdminPassword:
|
||||||
|
|
Loading…
Reference in a new issue