Merge pull request #658 from d-kuro/feature/fix-yaml

Fix patchesJson6902 example patch file.
This commit is contained in:
Kubernetes Prow Robot 2019-05-23 14:14:20 -07:00 committed by GitHub
commit 5b63b0fd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```