Skip to content

Commit

Permalink
Merge pull request #5433 from planetscale/helm-example-fix
Browse files Browse the repository at this point in the history
VerticalSplitClone no longer supports -min_rdonly_healthy_tablets
  • Loading branch information
deepthi authored Dec 18, 2019
2 parents a3c108b + 4a111dc commit 5644314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/helm/203_vertical_split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: "vertical-split"
kind: "vtworker"
cell: "zone1"
command: "VerticalSplitClone -min_healthy_rdonly_tablets=1 -tables=customer,corder customer/0"
command: "VerticalSplitClone -min_rdonly_tablets=1 -tables=customer,corder customer/0"

etcd:
replicas: 1
Expand Down

0 comments on commit 5644314

Please sign in to comment.