removed tailing space, added space in start of comment

This commit is contained in:
konstantin.kiess 2019-11-13 17:57:06 +01:00
parent 3a2bb4e238
commit e7d9dc6582

View file

@ -535,6 +535,6 @@ configs:
# argocdServerTlsConfig: # argocdServerTlsConfig:
# key: # key:
# cert: # cert:
#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: