We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbdc29 commit 77068d5Copy full SHA for 77068d5
1 file changed
charts/kafka-ui/templates/NOTES.txt
@@ -7,7 +7,7 @@
7
{{- end }}
8
{{- else if .Values.httproute.enabled }}
9
{{- range $host := .Values.httproute.hostnames }}
10
- {{ $.Values.httproute.scheme | default "http" }}://{{ tpl $host $ }}{{ $.Values.httproute.path }}
+ {{ $.Values.httproute.scheme | default "http" }}://{{ $host }}{{ $.Values.httproute.path }}
11
12
{{- else if contains "NodePort" .Values.service.type }}
13
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "kafka-ui.fullname" . }})
0 commit comments