Skip to content

Commit

Permalink
Merge pull request #735 from yanggangtony/fix-readme.md
Browse files Browse the repository at this point in the history
readme doc fix
  • Loading branch information
weizhoublue committed Sep 20, 2022
2 parents d9b642f + 3bbd16e commit 3b51583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Refer to [installation](./docs/usage/install.md).

## Quick Start

Refer to [demo](./docs/usage/demo.md).
Refer to [demo](./docs/usage/basic.md).

## Development

Expand Down
2 changes: 1 addition & 1 deletion docs/usage/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ helm install spiderpool spiderpool/spiderpool --wait --namespace kube-system \
--set feature.enableIPv4=true --set feature.enableIPv6=false \
--set clusterDefaultPool.installIPv4IPPool=true --set clusterDefaultPool.installIPv6IPPool=false \
--set clusterDefaultPool.ipv4Subnet=${ipv4_subnet} \
--set clusterDefaultPool.ipv4IPRanges={${ipv4_ip_range}} \
--set clusterDefaultPool.ipv4IPRanges={${ipv4_range}} \
--set clusterDefaultPool.ipv4Gateway=${Ipv4Gateway}

```
Expand Down

0 comments on commit 3b51583

Please sign in to comment.