Merge pull request #33939 from howieyuen/kubectl-patch

fix: delete redundant quotation
This commit is contained in:
Kubernetes Prow Robot
2022-05-25 04:58:45 -07:00
committed by GitHub
@@ -254,7 +254,7 @@ Patch your Deployment:
对 Deployment 执行 patch 操作:
```
kubectl patch deployment patch-demo --patch-file patch-file-tolerations.yaml"
kubectl patch deployment patch-demo --patch-file patch-file-tolerations.yaml
```
<!--