Skip to content

Commit 4fe8c26

Browse files
authored
Merge pull request #32574 from luolanzone/fix-typo
[zh]Remove extra double quotation mark
2 parents b8bdb15 + a4196f7 commit 4fe8c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,10 +613,10 @@ The following commands are equivalent:
613613
以下命令是等价的:
614614
615615
```shell
616-
kubectl patch deployment patch-demo --patch-file patch-file.yaml"
616+
kubectl patch deployment patch-demo --patch-file patch-file.yaml
617617
kubectl patch deployment patch-demo --patch 'spec:\n template:\n spec:\n containers:\n - name: patch-demo-ctr-2\n image: redis'
618618

619-
kubectl patch deployment patch-demo --patch-file patch-file.json"
619+
kubectl patch deployment patch-demo --patch-file patch-file.json
620620
kubectl patch deployment patch-demo --patch '{"spec": {"template": {"spec": {"containers": [{"name": "patch-demo-ctr-2","image": "redis"}]}}}}'
621621
```
622622

0 commit comments

Comments
 (0)