From e7d9dc6582022be4d1d9054f359b3ce666d33eab Mon Sep 17 00:00:00 2001 From: "konstantin.kiess" Date: Wed, 13 Nov 2019 17:57:06 +0100 Subject: [PATCH] removed tailing space, added space in start of comment --- charts/argo-cd/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: