Skip to content

Commit fe2efe2

Browse files
committed
Fix string quoting
1 parent ae52dc9 commit fe2efe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/test/web-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
- nc
1717
- -vz
1818
{{- if .Values.ingress.ui.enabled }}
19-
- {{ .Values.ingress.host | trimPrefix 'http://' | trimPrefix 'https://' }}{{ .Values.ingress.ui.path }}
19+
- {{ .Values.ingress.host | trimPrefix "http://" | trimPrefix "https://" }}{{ .Values.ingress.ui.path }}
2020
{{- else }}
2121
- {{ .Values.ui.service.name }}.{{ .Release.Namespace }}.svc
2222
{{- end }}

0 commit comments

Comments
 (0)