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
## @param ingress.tls Enable TLS configuration for the hostname defined at ingress.hostname parameter
177
-
## TLS certificates will be retrieved from a TLS secret with name: {{- printf "%s-tls" .Values.ingress.hostname }}
178
-
## You can use the ingress.secrets parameter to create this TLS secret or relay on cert-manager to create it
179
-
##
180
-
tls: false
176
+
tls:
177
+
## @param ingress.tls.enabled Enable default TLS configuration for the hostname defined at ingress.hostname parameter
178
+
## TLS certificates will be retrieved from a TLS secret with the configured ingress.tls.secretName or default to {{- printf "%s-tls" .Values.ingress.hostname }}
179
+
enabled: false
180
+
## @param ingress.tls.secretName Override the secret to retrieve the TLS certificates from
181
+
## will default to {{- printf "%s-tls" .Values.ingress.hostname }}
182
+
secretName: null
183
+
## @param ingress.tls.extraTls The tls configuration for additional hostnames to be covered with this ingress record.
0 commit comments