fix(argo-cd): Add quotes on Ingress Host to allow wildcards (#1841)
* Add quotes on Ingress Host to allow wildcards Signed-off-by: nicogl <nicogl@gmail.com> * Update Chart.yaml Signed-off-by: nicogl <nicogl@gmail.com> --------- Signed-off-by: nicogl <nicogl@gmail.com>
This commit is contained in:
parent
a915e774a5
commit
4a56a4d7f0
2 changed files with 3 additions and 3 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue