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:
parent
0b70afc93a
commit
3b3a2c86b3
4 changed files with 6 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue