From 6fee0d784511243ddbadf346731e05ac21820b6d Mon Sep 17 00:00:00 2001 From: Szymon Date: Wed, 29 Apr 2020 09:56:19 +0200 Subject: [PATCH] Update README.md Mention bcrypt hashing for admin password value --- charts/argo-cd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index f991b464..befb1964 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -70,7 +70,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i | installCRDs | Install CRDs if you are using Helm2. | `true` | | configs.knownHosts.data.ssh_known_hosts | Known Hosts | See [values.yaml](values.yaml) | | configs.secret.annotations | Annotations for argocd-secret | `{}` | -| configs.secret.argocdServerAdminPassword | Admin password | `null` | +| configs.secret.argocdServerAdminPassword | Bcrypt hashed admin password | `null` | | configs.secret.argocdServerAdminPasswordMtime | Admin password modification time | `date "2006-01-02T15:04:05Z" now` if configs.secret.argocdServerAdminPassword is set | | configs.secret.bitbucketSecret | BitBucket incoming webhook secret | `""` | | configs.secret.createSecret | Create the argocd-secret. | `true` |