feat: support ingressClassName in Helm Chart (#4844)
Allow configuring the ingress class via a value.
This commit is contained in:
committed by
GitHub
parent
25b1340771
commit
177f0ed163
@ -18,6 +18,9 @@ metadata:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if .Values.ingress.ingressClassName }}
|
||||
ingressClassName: {{ .Values.ingress.ingressClassName }}
|
||||
{{- end }}
|
||||
{{- if .Values.ingress.tls }}
|
||||
tls:
|
||||
{{- range .Values.ingress.tls }}
|
||||
|
Reference in New Issue
Block a user