Skip to content
Snippets Groups Projects
Commit 8bb2a0d1 authored by Sören Henning's avatar Sören Henning
Browse files

Support rack-awareness in Strimzi

parent 7f25b867
No related branches found
No related tags found
No related merge requests found
Pipeline #17217 passed
...@@ -18,6 +18,10 @@ spec: ...@@ -18,6 +18,10 @@ spec:
config: config:
{{- toYaml . | nindent 6 }} {{- toYaml . | nindent 6 }}
{{- end }} {{- 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 }} {{- with .Values.strimzi.kafka.jvmOptions }}
jvmOptions: jvmOptions:
{{- toYaml . | nindent 6 }} {{- toYaml . | nindent 6 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment