From 8e9c08ea61c9f6f0b869558fb9055833bd7d0946 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Wed, 14 Aug 2019 15:55:55 -0400 Subject: [PATCH] Fix patch path example --- docs/fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fields.md b/docs/fields.md index a6d840425e..9197528519 100644 --- a/docs/fields.md +++ b/docs/fields.md @@ -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