Update ArgoCD admin password in values.yaml and add Jenkins configuration values.yaml
This commit is contained in:
@@ -716,7 +716,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/'`
|
||||
argocdServerAdminPassword: ""
|
||||
argocdServerAdminPassword: "$2a$10$K3XKJw2.Igu99bdIETW6leAG/iZI4XePI3N/g/8vzALSFaN6onGXe"
|
||||
# -- Admin password modification time. Eg. `"2006-01-02T15:04:05Z"`
|
||||
# @default -- `""` (defaults to current time)
|
||||
argocdServerAdminPasswordMtime: ""
|
||||
|
||||
1428
manifest/jenkins/values.yaml
Normal file
1428
manifest/jenkins/values.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user