feat: allow manually setting password modification time (#207)

Automatically setting password modification time to the current time leads to
it changing every time the chart is rendered. Ironically, this is a problem
when Argo CD manages itself using this chart ;-)
This commit is contained in:
Yann Soubeyrand 2020-01-27 23:28:58 +01:00 committed by Sean Johnson
parent 0b70afc93a
commit 3b3a2c86b3
4 changed files with 6 additions and 2 deletions

View file

@ -742,3 +742,5 @@ configs:
# 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:
# Password modification time defaults to current time if not set
# argocdServerAdminPasswordMtime: "2006-01-02T15:04:05Z"