[STRIMZI] Add option to disable auto creation of kafka topics
[oom.git] / kubernetes / strimzi / templates / strimzi-kafka.yaml
index 421d93a..4071aa0 100644 (file)
@@ -81,6 +81,7 @@ spec:
       transaction.state.log.min.isr: {{ (eq 1.0 (.Values.replicaCount)) | ternary 1 (sub .Values.replicaCount 1) }}
       log.message.format.version: {{ .Values.config.kafkaVersion }}
       inter.broker.protocol.version: {{ .Values.config.kafkaVersion }}
+      auto.create.topics.enable: {{ .Values.config.autoCreateTopics }}
     storage:
       type: jbod
       volumes: