-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[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 | `""` | | | ||
|