Skip to content

Commit

Permalink
Fix string quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Oct 29, 2024
1 parent ae52dc9 commit fe2efe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/test/web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- nc
- -vz
{{- if .Values.ingress.ui.enabled }}
- {{ .Values.ingress.host | trimPrefix 'http://' | trimPrefix 'https://' }}{{ .Values.ingress.ui.path }}
- {{ .Values.ingress.host | trimPrefix "http://" | trimPrefix "https://" }}{{ .Values.ingress.ui.path }}
{{- else }}
- {{ .Values.ui.service.name }}.{{ .Release.Namespace }}.svc
{{- end }}
Expand Down

0 comments on commit fe2efe2

Please sign in to comment.