@@ -24,6 +24,9 @@ spec:
- {{ .Values.ingress.host }}
secretName: {{ .Values.ingress.tls.secretName }}
{{- end }}
+ {{- if .Values.ingress.ingressClassName }}
+ ingressClassName: {{ .Values.ingress.ingressClassName }}
+ {{- end }}
rules:
- http:
paths:
@@ -75,6 +75,9 @@ ingress:
# Annotations for the Ingress
annotations: {}
+ # ingressClassName for the Ingress
+ ingressClassName: ""
+
# The path for the Ingress
path: ""