edit Bcrypt hashed admin password command

This commit is contained in:
Farshad Asadpour 2023-09-26 10:17:36 +03:30
parent 03c1be1c6d
commit e5acaa7e81

View file

@ -181,7 +181,6 @@ configs:
# -- Timeout to refresh application data as well as target manifests cache
timeout.hard.reconciliation: 0s
# Dex configuration
# dex.config: |
# connectors:
@ -515,8 +514,7 @@ configs:
## Custom secrets. Useful for injecting SSO secrets into environment variables.
## Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/user-management/#sensitive-data-and-sso-client-secrets
## Note that all values must be non-empty.
extra:
{}
extra: {}
# LDAP_PASSWORD: "mypassword"
# -- Argo TLS Data
@ -527,7 +525,7 @@ configs:
# -- Bcrypt hashed admin password
## 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/'`
## `htpasswd -nbBC 10 "" $ARGO_PWD | tr -d ':\n' | sed 's/$2y/$2a/'; echo`
argocdServerAdminPassword: ""
# -- Admin password modification time. Eg. `"2006-01-02T15:04:05Z"`
# @default -- `""` (defaults to current time)
@ -1415,7 +1413,7 @@ redis-ha:
# -- Additional affinities to add to the haproxy pods.
additionalAffinities: {}
# -- Assign custom [affinity] rules to the haproxy pods.
affinity: |
affinity: ""
# -- [Tolerations] for use with node taints for haproxy pods.
tolerations: []