You've already forked helm-gitea
fix: remove ingressClassName (not in use yet)
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user