diff --git a/helm/templates/kafka/kafka-cluster.yaml b/helm/templates/kafka/kafka-cluster.yaml index f7e68c7ee2a75ad347b54246a817ebedfb1bc380..081312cf08464cb41c45f5bc75482e22fc44aa23 100644 --- a/helm/templates/kafka/kafka-cluster.yaml +++ b/helm/templates/kafka/kafka-cluster.yaml @@ -18,6 +18,10 @@ spec: config: {{- toYaml . | nindent 6 }} {{- end }} + {{- with .Values.strimzi.kafka.rack }} + rack: # This might require strimzi-kafka-operator.createGlobalResources=true or custom RBACs + {{- toYaml . | nindent 6 }} + {{- end }} {{- with .Values.strimzi.kafka.jvmOptions }} jvmOptions: {{- toYaml . | nindent 6 }}