diff --git a/chart/templates/test/web-app.yml b/chart/templates/test/web-app.yml index 4612384..65dbb90 100644 --- a/chart/templates/test/web-app.yml +++ b/chart/templates/test/web-app.yml @@ -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 }}