kpt icon indicating copy to clipboard operation
kpt copied to clipboard

kpt function catalog docs should include `config.kubernetes.io/local-config: "true"` annotation wherever function config is referred.

Open droot opened this issue 3 years ago • 0 comments

kpt treats functionConfigs like any other resource. FunctionConfigs need to be marked loca-config so that they are not applied to cluster.

kpt function catalog docs (and examples) should include config.kubernetes.io/local-config: "true" annotation wherever function config is referred.

metadata:  
  annotations:
    config.kubernetes.io/local-config: "true"

droot avatar Jul 24 '22 01:07 droot