kpt
kpt copied to clipboard
Allow Kptfile pipeline functions to reference config by resource name
Requesting kpt is updated to allow Kptfile pipeline functions to reference configs by resource name. Today, the Kptfile Function spec allows configs to be either inline or referenced by config path.
Advantages of this includes allowing kpt to process a stream of resources and would also eliminate an issue where functions do not support references to multi resource yaml files.