Skip to content

Commit bd7a29b

Browse files
committed
fix NOTES.txt
1 parent 257a872 commit bd7a29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/kafka/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{{- end }}
1111
{{- end }}
1212

13-
{{- if .Values.ui.ingress.enabled }}
13+
{{- if and (.Values.ui.enabled) (.Values.ui.ingress.enabled) }}
1414

1515
>>> Visit kafka-ui:
1616
{{- range $host := .Values.ui.ingress.hosts }}

0 commit comments

Comments
 (0)