From 55c01d3ec24f515de5240ba30dbb7ad40722a7fa Mon Sep 17 00:00:00 2001 From: "konstantin.kiess" Date: Mon, 18 Nov 2019 11:47:33 +0100 Subject: [PATCH] updated property name to be the same as in the actual secret --- charts/argo-cd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 409ad904..da8cb96b 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -536,7 +536,7 @@ configs: bitbucketSecret: "" # argocdServerTlsConfig: # key: -# cert: +# crt: # 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: