Chart: Render controller.ingressClassResource.parameters natively. (#11108)

This commit is contained in:
Marco Ebert 2024-03-14 14:23:13 +01:00 committed by GitHub
parent a00a1499a0
commit 112b9bb028
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 99 additions and 13 deletions

View file

@ -242,16 +242,6 @@ Check the ingress controller version tag is at most three versions behind the la
{{- end -}}
{{- end -}}
{{/*
IngressClass parameters.
*/}}
{{- define "ingressClass.parameters" -}}
{{- if .Values.controller.ingressClassResource.parameters -}}
parameters:
{{ toYaml .Values.controller.ingressClassResource.parameters | indent 4}}
{{ end }}
{{- end -}}
{{/*
Extra modules.
*/}}