make hostname a top level parameter
This commit is contained in:
@@ -19,11 +19,11 @@ spec:
|
||||
{{- if .Values.ingress.tls }}
|
||||
tls:
|
||||
- hosts:
|
||||
- {{ .Values.ingress.host }}
|
||||
- {{ .Values.hostname }}
|
||||
secretName: {{ include "mailman3.fullname" . }}-certificate
|
||||
{{- end }}
|
||||
rules:
|
||||
- host: {{ .Values.ingress.host | quote }}
|
||||
- host: {{ .Values.hostname | quote }}
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
||||
Reference in New Issue
Block a user