Possible to not have a secret name!

This commit is contained in:
Martyn 2025-09-15 13:38:36 +02:00
parent 7288ba1191
commit 0013224b69

View file

@ -21,8 +21,10 @@ spec:
{{- range .hosts }}
- {{ . | quote }}
{{- end }}
{{- if .secretName }}
secretName: {{ .secretName }}
{{- end }}
{{- end }}
{{- end }}
rules:
{{- range .Values.ingress.hosts }}