fix: delete redundant quotation

This commit is contained in:
howieyuen
2022-05-25 17:55:13 +08:00
parent dab4e5d146
commit 5f953799ca
@@ -254,7 +254,7 @@ Patch your Deployment:
对 Deployment 执行 patch 操作: 对 Deployment 执行 patch 操作:
``` ```
kubectl patch deployment patch-demo --patch-file patch-file-tolerations.yaml" kubectl patch deployment patch-demo --patch-file patch-file-tolerations.yaml
``` ```
<!-- <!--