Skip to content

Commit

Permalink
feat: add tpl to miw ingress (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Pinsel <dominik.pinsel@mercedes-benz.com>
  • Loading branch information
fty4 and DominikPinsel authored Nov 22, 2023
1 parent 9391c1c commit c56d133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/managed-identity-wallet/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ spec:
{{- range .Values.ingress.tls }}
- hosts:
{{- range .hosts }}
- {{ . | quote }}
- {{ tpl . $ | quote }}
{{- end }}
secretName: "{{ $fullName }}-{{ .secretName }}"
{{- end }}
{{- end }}
rules:
{{- range .Values.ingress.hosts }}
- host: {{ .host | quote }}
- host: {{ tpl .host $ | quote }}
http:
paths:
{{- range .paths }}
Expand Down

0 comments on commit c56d133

Please sign in to comment.