edit Bcrypt hashed admin password command
This commit is contained in:
parent
03c1be1c6d
commit
e5acaa7e81
1 changed files with 646 additions and 648 deletions
|
@ -181,7 +181,6 @@ configs:
|
||||||
|
|
||||||
# -- Timeout to refresh application data as well as target manifests cache
|
# -- Timeout to refresh application data as well as target manifests cache
|
||||||
timeout.hard.reconciliation: 0s
|
timeout.hard.reconciliation: 0s
|
||||||
|
|
||||||
# Dex configuration
|
# Dex configuration
|
||||||
# dex.config: |
|
# dex.config: |
|
||||||
# connectors:
|
# connectors:
|
||||||
|
@ -515,8 +514,7 @@ configs:
|
||||||
## Custom secrets. Useful for injecting SSO secrets into environment variables.
|
## 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
|
## 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.
|
## Note that all values must be non-empty.
|
||||||
extra:
|
extra: {}
|
||||||
{}
|
|
||||||
# LDAP_PASSWORD: "mypassword"
|
# LDAP_PASSWORD: "mypassword"
|
||||||
|
|
||||||
# -- Argo TLS Data
|
# -- Argo TLS Data
|
||||||
|
@ -527,7 +525,7 @@ configs:
|
||||||
|
|
||||||
# -- Bcrypt hashed admin password
|
# -- Bcrypt hashed admin password
|
||||||
## Argo expects the password in the secret to be bcrypt hashed. You can create this hash with
|
## 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: ""
|
argocdServerAdminPassword: ""
|
||||||
# -- Admin password modification time. Eg. `"2006-01-02T15:04:05Z"`
|
# -- Admin password modification time. Eg. `"2006-01-02T15:04:05Z"`
|
||||||
# @default -- `""` (defaults to current time)
|
# @default -- `""` (defaults to current time)
|
||||||
|
@ -1415,7 +1413,7 @@ redis-ha:
|
||||||
# -- Additional affinities to add to the haproxy pods.
|
# -- Additional affinities to add to the haproxy pods.
|
||||||
additionalAffinities: {}
|
additionalAffinities: {}
|
||||||
# -- Assign custom [affinity] rules to the haproxy pods.
|
# -- Assign custom [affinity] rules to the haproxy pods.
|
||||||
affinity: |
|
affinity: ""
|
||||||
# -- [Tolerations] for use with node taints for haproxy pods.
|
# -- [Tolerations] for use with node taints for haproxy pods.
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue