fix link to JSON merge patch (#8195)
The link was pointing falsely to the JSON patch RFC.pull/8200/head
parent
99dc517f5e
commit
e80521bbb8
|
@ -206,7 +206,7 @@ type PodSpec struct {
|
|||
## Use a JSON merge patch to update a Deployment
|
||||
|
||||
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
|
||||
want to update a list, you have to specify the entire new list. And the new list completely
|
||||
replaces the existing list.
|
||||
|
|
Loading…
Reference in New Issue