We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7276238 commit a78d839Copy full SHA for a78d839
tests/e2e-openshift/kafka/00-create-kafka-instance.yaml
@@ -19,7 +19,7 @@ spec:
19
reconciliationIntervalSeconds: 120
20
kafka:
21
config:
22
- log.message.format.version: 3.5.0
+ log.message.format.version: 3.7.0
23
message.max.bytes: 10485760
24
offsets.topic.replication.factor: 1
25
ssl.cipher.suites: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
@@ -53,7 +53,7 @@ spec:
53
memory: 4Gi
54
storage:
55
type: ephemeral
56
- version: 3.5.0
+ version: 3.7.0
57
zookeeper:
58
replicas: 1
59
tests/e2e-openshift/kafka/chainsaw-test.yaml
@@ -5,6 +5,7 @@ metadata:
5
creationTimestamp: null
6
name: kafka
7
spec:
8
+ namespace: chainsaw-kafka
9
steps:
10
- name: step-00
11
try:
0 commit comments