fix link to JSON merge patch (#8195)
The link was pointing falsely to the JSON patch RFC.
This commit is contained in:
committed by
k8s-ci-robot
parent
99dc517f5e
commit
e80521bbb8
@@ -206,7 +206,7 @@ type PodSpec struct {
|
|||||||
## Use a JSON merge patch to update a Deployment
|
## Use a JSON merge patch to update a Deployment
|
||||||
|
|
||||||
A strategic merge patch is different from a
|
A strategic merge patch is different from a
|
||||||
[JSON merge patch](https://tools.ietf.org/html/rfc6902).
|
[JSON merge patch](https://tools.ietf.org/html/rfc7386).
|
||||||
With a JSON merge patch, if you
|
With a JSON merge patch, if you
|
||||||
want to update a list, you have to specify the entire new list. And the new list completely
|
want to update a list, you have to specify the entire new list. And the new list completely
|
||||||
replaces the existing list.
|
replaces the existing list.
|
||||||
|
|||||||
Reference in New Issue
Block a user