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