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
| 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 |
0 commit comments