diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 8467bce3..cc94a06d 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -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: