From cc410bc23a76de130e39df2b90dd7f792631e505 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Tue, 5 Mar 2024 17:31:38 -0500 Subject: [PATCH] Update the example to match what kustomize fn expects --- kyaml/fn/framework/doc.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kyaml/fn/framework/doc.go b/kyaml/fn/framework/doc.go index ab788ca7c7..e0fb20816f 100644 --- a/kyaml/fn/framework/doc.go +++ b/kyaml/fn/framework/doc.go @@ -73,7 +73,8 @@ // # run the function by creating this container and providing this // # Example as the functionConfig // config.kubernetes.io/function: | -// image: image/containing/function:impl +// container: +// image: image/containing/function:impl // spec: // value: foo //