Skip to content

Commit

Permalink
operator: fix kuttl test by adding an odd number of instances
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Apr 7, 2022
1 parent a444541 commit 7836ad8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
image: "vectorized/redpanda"
version: "v21.11.10"
replicas: 2
replicas: 3
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
image: "vectorized/redpanda"
version: "v21.11.11"
replicas: 2
replicas: 3
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
image: "localhost/redpanda"
version: "dev"
replicas: 2
replicas: 3
resources:
requests:
cpu: 100m
Expand All @@ -25,3 +25,4 @@ spec:
developerMode: true
additionalConfiguration:
redpanda.segment_appender_flush_timeout_ms: "1003"
disablePostStartHook: true

0 comments on commit 7836ad8

Please sign in to comment.