From f55c2130a74acd59f4b882f112b6b05d14e4a7e7 Mon Sep 17 00:00:00 2001 From: weave-gitops-bot Date: Tue, 26 Jul 2022 13:27:20 +0000 Subject: [PATCH] Update the helm reference --- website/docs/references/helm-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/references/helm-reference.md b/website/docs/references/helm-reference.md index 257bab94df..580c5bace2 100644 --- a/website/docs/references/helm-reference.md +++ b/website/docs/references/helm-reference.md @@ -5,7 +5,7 @@ This is a reference of all the configurable values in weave gitops's helm chart. This is intended for customizing your installation after you've gone through the [getting started](../getting-started.mdx) guide. -This reference was generated for the chart version 2.2.1 which installs weave gitops v0.9.0. +This reference was generated for the chart version 2.2.3 which installs weave gitops v0.9.0. ## Values @@ -14,7 +14,7 @@ This reference was generated for the chart version 2.2.1 which installs weave gi | adminUser.create | bool | `false` | Whether the local admin user should be created. If you use this make sure you add it to `rbac.impersonationResourceNames`. | | adminUser.createClusterRole | bool | `true` | Specifies whether the clusterRole & binding to the admin user should be created. Will be created only if `adminUser.create` is enabled. Without this, the adminUser will only be able to see resources in the `flux-system` namespace. | | adminUser.createSecret | bool | `true` | Whether we should create the secret for the local adminUser. Will be created only if `adminUser.create` is enabled. Without this, we'll still set up the roles and permissions, but the secret with username and password has to be provided separately. | -| adminUser.passwordHash | string | `nil` | Set the password for local admin user. Requires `adminUser.create` and `adminUser.createSecret` This needs to have been hashed using the bcrypt algorithm. E.g. `go install github.com/bitnami/bcrypt-cli@v1.0.2 && bcrypt-cli <<< $PASSWORD` | +| adminUser.passwordHash | string | `nil` | Set the password for local admin user. Requires `adminUser.create` and `adminUser.createSecret` This needs to have been hashed using bcrypt. You can do this via our CLI with `gitops get bcrypt-hash`. | | adminUser.username | string | `"gitops-test-user"` | Set username for local admin user, these will be stored in a secret in k8s. Requires `adminUser.create` and `adminUser.createSecret`. | | affinity | object | `{}` | | | fullnameOverride | string | `""` | |