You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/kafka-topics/values.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ strimziCluster: example-cluster
11
11
labels: {}
12
12
13
13
# Default topic config for all topics defined in topics list. You can override the values in the respective topic specs
14
+
# You must define the number of partitions and replicas here OR in the topic spec. Without defining the number of partitions and replicas, the strimzi topic operator will not create the topic in Kafka
14
15
# partitions: 1
15
16
# replicas: 1
16
17
# the configs here are merge with the topic specific confis defined below. The topic specific config will override the configs here if there duplicate keys
0 commit comments