We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae52dc9 commit fe2efe2Copy full SHA for fe2efe2
chart/templates/test/web-app.yml
@@ -16,7 +16,7 @@ spec:
16
- nc
17
- -vz
18
{{- if .Values.ingress.ui.enabled }}
19
- - {{ .Values.ingress.host | trimPrefix 'http://' | trimPrefix 'https://' }}{{ .Values.ingress.ui.path }}
+ - {{ .Values.ingress.host | trimPrefix "http://" | trimPrefix "https://" }}{{ .Values.ingress.ui.path }}
20
{{- else }}
21
- {{ .Values.ui.service.name }}.{{ .Release.Namespace }}.svc
22
{{- end }}
0 commit comments