Skip to content

Commit

Permalink
fix typo (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
chnliyong authored Mar 1, 2021
1 parent 242a205 commit dd6d6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/how_to_use_on_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ curl -sSL https://raw.githubusercontent.com/juicedata/juicefs-csi-driver/master/
```bash
kubectl -n kube-system create secret generic juicefs-sc-secret \
--from-literal=name=test \
--from-literal=meta-url=redis://juicefs.afyq4z.0001.use1.cache.amazonaws.com/3 \
--from-literal=metaurl=redis://juicefs.afyq4z.0001.use1.cache.amazonaws.com/3 \
--from-literal=storage=s3 \
--from-literal=bucket=https://juicefs-test.s3.us-east-1.amazonaws.com \
--from-literal=access-key="" \
Expand Down

0 comments on commit dd6d6f7

Please sign in to comment.