diff --git a/helm/templates/ingress.yaml b/helm/templates/ingress.yaml index 986ec040..8b1028ab 100644 --- a/helm/templates/ingress.yaml +++ b/helm/templates/ingress.yaml @@ -17,7 +17,9 @@ metadata: {{- end }} spec: - +{{- if $ingressValue.className }} + ingressClassName: {{ $ingressValue.className }} +{{- end }} {{- if $ingressValue.tls }} tls: {{- range $ingressValue.tls }}