Skip to content

Commit

Permalink
enables dynamic hostnames
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Highcreek authored Apr 10, 2024
1 parent 3e6c2c6 commit fb4fab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mailpit/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
{{- end }}
rules:
{{- if .Values.ingress.hostname }}
- host: {{ .Values.ingress.hostname | quote }}
- host: {{ tpl .Values.ingress.hostname . | quote }}
http:
paths:
- path: {{ .Values.ingress.path }}
Expand Down

0 comments on commit fb4fab5

Please sign in to comment.