You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/references/helm-reference.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
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
5
5
helm chart. This is intended for customizing your installation after
6
6
you've gone through the [getting started](../getting-started.mdx) guide.
7
7
8
-
This reference was generated for the chart version 4.0.2 which installs weave gitops v0.9.5.
8
+
This reference was generated for the chart version 4.0.3 which installs weave gitops v0.9.5.
9
9
10
10
## Values
11
11
@@ -17,6 +17,7 @@ This reference was generated for the chart version 4.0.2 which installs weave gi
17
17
| 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`. |
18
18
| 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`. |
19
19
| affinity | object |`{}`||
20
+
| annotations | object |`{}`| Annotations to add to the deployment |
@@ -36,6 +37,7 @@ This reference was generated for the chart version 4.0.2 which installs weave gi
36
37
| 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 |
37
38
| metrics.service.port | int |`2112`| Port to start the metrics exporter on |
38
39
| nameOverride | string |`""`||
40
+
| networkPolicy.create | bool |`true`| Specifies whether default network policies should be created. |
39
41
| nodeSelector | object |`{}`||
40
42
| oidcSecret.create | bool |`false`||
41
43
| podAnnotations | object |`{}`||
@@ -47,7 +49,12 @@ This reference was generated for the chart version 4.0.2 which installs weave gi
47
49
| rbac.viewSecretsResourceNames | list |`["cluster-user-auth","oidc-auth"]`| If non-empty, this limits the secrets that can be accessed by the service account to the specified ones, e.g. `['weave-gitops-enterprise-credentials']`|
| serverTLS.enable | bool |`false`| Enable TLS termination in gitops itself. If you enable this, you need to create a secret, and specify the secretName. Another option is to create an ingress. |
52
59
| serverTLS.secretName | string |`"my-secret-tls"`| Specify the tls secret name. This type of secrets have a key called `tls.crt` and `tls.key` containing their corresponding values in base64 format. See https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets for more details and examples |
0 commit comments