Add quotes on Ingress Host to allow wildcards

Signed-off-by: nicogl <nicogl@gmail.com>
This commit is contained in:
nicogl 2023-02-13 21:25:02 -03:00 committed by GitHub
parent a915e774a5
commit 3ca2b770a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ spec:
rules:
{{- if .Values.server.ingress.hosts }}
{{- range $host := .Values.server.ingress.hosts }}
- host: {{ $host }}
- host: {{ $host | quote }}
http:
paths:
{{- with $extraPaths }}