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

Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2024-03-14 07:52:14 -07:00 committed by GitHub
parent 9ef5800e42
commit 02ca3e1b41
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.
*/}}