mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-04-27 00:58:28 -04:00
Merge pull request #658 from d-kuro/feature/fix-yaml
Fix patchesJson6902 example patch file.
This commit is contained in:
commit
5b63b0fd89
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ Path field is a relative file path of a JSON patch file. File contents can be e
|
|||
- op: add
|
||||
path: /some/new/path
|
||||
value: value
|
||||
- op:replace
|
||||
- op: replace
|
||||
path: /some/existing/path
|
||||
value: new value
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue