Skip to content

Commit

Permalink
feat: remove usage of deleted flag
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Dec 3, 2024
1 parent bfa0b3e commit 0e896de
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion test/endtoend/operator/101_initial_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 3s
partitionings:
- equal:
parts: 1
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/101_initial_cluster_autoscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 3s
partitionings:
- equal:
parts: 1
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/101_initial_cluster_backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 3s
partitionings:
- equal:
parts: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 3s
partitionings:
- equal:
parts: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
cpu: 10m
memory: 64Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 3s
partitionings:
- equal:
parts: 1
Expand Down
4 changes: 2 additions & 2 deletions test/endtoend/operator/201_customer_tablets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 3s
partitionings:
- equal:
parts: 1
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 3s
partitionings:
- equal:
parts: 1
Expand Down
4 changes: 2 additions & 2 deletions test/endtoend/operator/302_new_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 3s
partitionings:
- equal:
parts: 1
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 3s
partitionings:
- equal:
parts: 1
Expand Down
4 changes: 2 additions & 2 deletions test/endtoend/operator/306_down_shard_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 3s
turndownPolicy: Immediate
partitionings:
- equal:
Expand Down Expand Up @@ -91,7 +91,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 3s
turndownPolicy: Immediate
partitionings:
- equal:
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/cluster_autoscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 3s
partitionings:
- equal:
parts: 1
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/cluster_upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
cpu: 100m
memory: 128Mi
extraFlags:
recovery-period-block-duration: 5s
instance-poll-time: 3s
partitionings:
- equal:
parts: 1
Expand Down

0 comments on commit 0e896de

Please sign in to comment.