fix: remove ingressClassName (not in use yet)

This commit is contained in:
pat-s
2025-05-16 15:27:51 +02:00
parent 8f35f45e31
commit 6d89d0a1b7
2 changed files with 1 additions and 3 deletions

View File

@ -15,8 +15,6 @@ metadata:
spec:
{{- if .Values.ingress.className }}
ingressClassName: {{ tpl .Values.ingress.className . }}
{{- else if .Values.ingress.ingressClassName }}
ingressClassName: {{ tpl .Values.ingress.ingressClassName . }}
{{- end }}
{{- if .Values.ingress.tls }}
tls: