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 19, 2022
1 parent b41cd8b commit b2425e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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.0.11 which installs weave gitops v0.9.0.
This reference was generated for the chart version 2.2.1 which installs weave gitops v0.9.0.

## Values

Expand All @@ -28,8 +28,12 @@ This reference was generated for the chart version 2.0.11 which installs weave g
| ingress.hosts | string | `nil` | |
| ingress.tls | list | `[]` | |
| logLevel | string | `"info"` | What log level to output. Valid levels are 'debug', 'info', 'warn' and 'error' |
| metrics.enabled | bool | `false` | Start the metrics exporter |
| metrics.service.annotations | object | `{"prometheus.io/path":"/metrics","prometheus.io/port":"{{ .Values.metrics.service.port }}","prometheus.io/scrape":"true"}` | Annotations to set on the service |
| metrics.service.port | int | `2112` | Port to start the metrics exporter on |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| oidcSecret.create | bool | `false` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| rbac.additionalRules | list | `[]` | If non-empty, these additional rules will be appended to the RBAC role and the cluster role. for example, additionalRules: - apiGroups: ["infra.contrib.fluxcd.io"] resources: ["terraforms"] verbs: [ "get", "list", "patch" ] |
Expand Down

0 comments on commit b2425e6

Please sign in to comment.