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 Aug 23, 2022
1 parent 5feb798 commit 2322d7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/references/helm-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ This reference was generated for the chart version 3.0.2 which installs weave gi
| 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 | `{}` | |
| envVars[0].name | string | `"WEAVE_GITOPS_FEATURE_TENANCY"` | |
| envVars[0].value | string | `"true"` | |
| envVars[1].name | string | `"WEAVE_GITOPS_FEATURE_CLUSTER"` | |
| envVars[1].value | string | `"false"` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/weaveworks/wego-app"` | |
Expand Down

0 comments on commit 2322d7e

Please sign in to comment.