Merge pull request #36098 from bishal7679/patch-2
Typo fixed in documentation for Use strategic mergepull/36259/head
commit
9a83692e54
content/en/docs/tasks/manage-kubernetes-objects
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue