We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa3f67 commit da9c9dfCopy full SHA for da9c9df
content/zh-cn/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md
@@ -492,7 +492,7 @@ Patch your Deployment again with this new patch:
492
使用新的 patch 重新修补 Deployment:
493
494
```shell
495
-kubectl patch deployment retainkeys-demo --type merge --patch-file patch-file-retainkeys.yaml
+kubectl patch deployment retainkeys-demo --type strategic --patch-file patch-file-retainkeys.yaml
496
```
497
498
<!--
0 commit comments