mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
Merge pull request #1445 from liggitt/patch-path
Fix patch path example
This commit is contained in:
@@ -288,7 +288,7 @@ patches:
|
||||
annotationSelector: "zone=west"
|
||||
- patch: |-
|
||||
- op: replace
|
||||
path: some/existing/path
|
||||
path: /some/existing/path
|
||||
value: new value
|
||||
target:
|
||||
kind: MyKind
|
||||
|
||||
Reference in New Issue
Block a user