Update the example to match what kustomize fn expects

This commit is contained in:
Colin O'Dell
2024-03-05 17:31:38 -05:00
parent 2252fd951a
commit cc410bc23a

View File

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