Skip to content

Commit

Permalink
Support rack-awareness in Strimzi
Browse files Browse the repository at this point in the history
  • Loading branch information
SoerenHenning committed Feb 25, 2025
1 parent 7f25b86 commit 8bb2a0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/templates/kafka/kafka-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8bb2a0d

Please sign in to comment.