Skip to content

Commit f828fe7

Browse files
authored
Merge pull request #38753 from Zhuzhenghao/fix/update-api-object-kubectl-patch
[zh-cn] update update-api-object-kubectl-patch.md
2 parents 50edca2 + da9c9df commit f828fe7

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)