We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5afeb14 + 7113402 commit f21d744Copy full SHA for f21d744
1 file changed
templates/ingress.yaml
@@ -19,6 +19,9 @@ metadata:
19
{{- end }}
20
name: {{ template "retool.fullname" . }}
21
spec:
22
+ {{- if .Values.ingress.ingressClassName }}
23
+ ingressClassName: {{ .Values.ingress.ingressClassName }}
24
+ {{- end }}
25
rules:
26
- http:
27
paths:
0 commit comments