Skip to content

Commit

Permalink
Update the helm reference
Browse files Browse the repository at this point in the history
  • Loading branch information
weave-gitops-bot committed Jul 26, 2022
1 parent 2f144fe commit f55c213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/references/helm-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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/[email protected] && 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 | `""` | |
Expand Down

0 comments on commit f55c213

Please sign in to comment.