Skip to content

Commit da9c9df

Browse files
author
zhuzhenghao
committed
[zh-cn] update update-api-object-kubectl-patch.md
1 parent 0fa3f67 commit da9c9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ Patch your Deployment again with this new patch:
492492
使用新的 patch 重新修补 Deployment:
493493

494494
```shell
495-
kubectl patch deployment retainkeys-demo --type merge --patch-file patch-file-retainkeys.yaml
495+
kubectl patch deployment retainkeys-demo --type strategic --patch-file patch-file-retainkeys.yaml
496496
```
497497

498498
<!--

0 commit comments

Comments
 (0)