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 257a872 commit bd7a29bCopy full SHA for bd7a29b
charts/kafka/templates/NOTES.txt
@@ -10,7 +10,7 @@
10
{{- end }}
11
12
13
-{{- if .Values.ui.ingress.enabled }}
+{{- if and (.Values.ui.enabled) (.Values.ui.ingress.enabled) }}
14
15
>>> Visit kafka-ui:
16
{{- range $host := .Values.ui.ingress.hosts }}
0 commit comments