Add certmanager and classname fields in ingress (#18266)
This commit is contained in:
parent
20504beae4
commit
30023b7a9c
|
|
@ -44,6 +44,8 @@ spec:
|
|||
secretName: {{ .secretName }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
certManager: {{ .Values.ingress.certManager }}
|
||||
className: {{ .Values.ingress.className }}
|
||||
rules:
|
||||
{{- if not .Values.ingress.hosts }}
|
||||
- host:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user