removed tailing space, added space in start of comment
This commit is contained in:
parent
3a2bb4e238
commit
e7d9dc6582
1 changed files with 3 additions and 3 deletions
|
@ -535,6 +535,6 @@ configs:
|
|||
# argocdServerTlsConfig:
|
||||
# key:
|
||||
# cert:
|
||||
#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/'`
|
||||
# argocdServerAdminPassword:
|
||||
# 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/'`
|
||||
# argocdServerAdminPassword:
|
||||
|
|
Loading…
Reference in a new issue