Commit f83da252 by Shuwei Hao

small fix on READEME file

Signed-off-by: Shuwei Hao <haoshuwei24@gmail.com>
parent 9ecce3e2
......@@ -160,7 +160,7 @@ For more information, see [the AlibabaCloud documentation on RAM users guides][1
```
VOLUME_ID=<YOUR_ECS_DISK_ID>
sed -i "s#{PV_NAME}#$VOLUME_ID#" examples/with-pv.yaml`
sed -i "s#<PV_NAME>#$VOLUME_ID#" examples/with-pv.yaml
kubectl apply -f examples/with-pv.yaml
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment