Merge pull request from bishal7679/patch-2

Typo fixed in documentation for Use strategic merge
pull/36259/head
Kubernetes Prow Robot 2022-08-24 22:30:08 -07:00 committed by GitHub
commit 9a83692e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
content/en/docs/tasks/manage-kubernetes-objects

View File

@ -335,7 +335,7 @@ With this patch, we indicate that we want to retain only the `type` key of the `
Patch your Deployment again with this new patch:
```shell
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
```
Examine the content of the Deployment: