Enlarging double quotes
This commit is contained in:
parent
4cc783b2b1
commit
7340a6278a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ spec:
|
||||||
paths:
|
paths:
|
||||||
- path: {{ default "/" .path }}
|
- path: {{ default "/" .path }}
|
||||||
backend:
|
backend:
|
||||||
serviceName: "{{ template "fullname" $ }}"-http
|
serviceName: "{{ template "fullname" $ }}-http"
|
||||||
servicePort: {{ $.Values.service.http.port }}
|
servicePort: {{ $.Values.service.http.port }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.ingress.tls }}
|
{{- if .Values.ingress.tls }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue