Skip to content

Commit b5bb9bf

Browse files
author
weave-gitops-bot
committed
Update the helm reference
1 parent b08ccec commit b5bb9bf

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

website/docs/references/helm-reference.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a reference of all the configurable values in weave gitops's
55
helm chart. This is intended for customizing your installation after
66
you've gone through the [getting started](../getting-started.mdx) guide.
77

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.
99

1010
## Values
1111

@@ -17,6 +17,7 @@ This reference was generated for the chart version 4.0.2 which installs weave gi
1717
| 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`. |
1818
| 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`. |
1919
| affinity | object | `{}` | |
20+
| annotations | object | `{}` | Annotations to add to the deployment |
2021
| envVars[0].name | string | `"WEAVE_GITOPS_FEATURE_TENANCY"` | |
2122
| envVars[0].value | string | `"true"` | |
2223
| envVars[1].name | string | `"WEAVE_GITOPS_FEATURE_CLUSTER"` | |
@@ -36,6 +37,7 @@ This reference was generated for the chart version 4.0.2 which installs weave gi
3637
| 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 |
3738
| metrics.service.port | int | `2112` | Port to start the metrics exporter on |
3839
| nameOverride | string | `""` | |
40+
| networkPolicy.create | bool | `true` | Specifies whether default network policies should be created. |
3941
| nodeSelector | object | `{}` | |
4042
| oidcSecret.create | bool | `false` | |
4143
| podAnnotations | object | `{}` | |
@@ -47,7 +49,12 @@ This reference was generated for the chart version 4.0.2 which installs weave gi
4749
| 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']` |
4850
| replicaCount | int | `1` | |
4951
| resources | object | `{}` | |
50-
| securityContext | object | `{}` | |
52+
| securityContext.allowPrivilegeEscalation | bool | `false` | |
53+
| securityContext.capabilities.drop[0] | string | `"ALL"` | |
54+
| securityContext.readOnlyRootFilesystem | bool | `true` | |
55+
| securityContext.runAsNonRoot | bool | `true` | |
56+
| securityContext.runAsUser | int | `1000` | |
57+
| securityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
5158
| 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. |
5259
| 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 |
5360
| service.annotations | object | `{}` | |

0 commit comments

Comments
 (0)