mirror of
https://gitea.com/gitea/helm-chart
synced 2025-10-06 00:43:12 +02:00
Enlarging double quotes
This commit is contained in:
committed by
Charlie Drage
parent
4cc783b2b1
commit
7340a6278a
@@ -32,7 +32,7 @@ spec:
|
||||
paths:
|
||||
- path: {{ default "/" .path }}
|
||||
backend:
|
||||
serviceName: "{{ template "fullname" $ }}"-http
|
||||
serviceName: "{{ template "fullname" $ }}-http"
|
||||
servicePort: {{ $.Values.service.http.port }}
|
||||
{{- end }}
|
||||
{{- if .Values.ingress.tls }}
|
||||
|
Reference in New Issue
Block a user