Skip to content

Commit e4f81a4

Browse files
author
weave-gitops-bot
committed
Update the helm reference
1 parent 42dc78d commit e4f81a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/references/helm-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This reference was generated for the chart version 4.0.6 which installs weave gi
5656
| securityContext.runAsUser | int | `1000` | |
5757
| securityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
5858
| 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. |
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 |
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 |
6060
| service.annotations | object | `{}` | |
6161
| service.create | bool | `true` | |
6262
| service.port | int | `9001` | |

0 commit comments

Comments
 (0)