Merge pull request #36098 from bishal7679/patch-2
Typo fixed in documentation for Use strategic merge
This commit is contained in:
commit
9a83692e54
|
|
@ -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:
|
Patch your Deployment again with this new patch:
|
||||||
|
|
||||||
```shell
|
```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:
|
Examine the content of the Deployment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue