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 Nov 9, 2022
1 parent 42dc78d commit e4f81a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/references/helm-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This reference was generated for the chart version 4.0.6 which installs weave gi
| securityContext.runAsUser | int | `1000` | |
| securityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
| 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. |
| 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 |
| 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 |
| service.annotations | object | `{}` | |
| service.create | bool | `true` | |
| service.port | int | `9001` | |
Expand Down

0 comments on commit e4f81a4

Please sign in to comment.