diff --git a/helm/templates/kafka/kafka-cluster.yaml b/helm/templates/kafka/kafka-cluster.yaml index ee2bd0f1c529f98a9d838a704c6f277e9106f439..41b15db4f9110be037e430a580166f9c2ddd3576 100644 --- a/helm/templates/kafka/kafka-cluster.yaml +++ b/helm/templates/kafka/kafka-cluster.yaml @@ -47,7 +47,7 @@ spec: {{- end }} storage: type: ephemeral - {{- with .Values.strimzi.kafka.template}} + {{- with .Values.strimzi.zookeeper.template}} template: {{- toYaml . | nindent 6 }} {{- end}}