error when running kpt fns against a package containing kustomization.yaml #2171
Labels
area/hydrate
bug
Something isn't working
customer
deep engagement
triaged
Issue has been triaged by adding an `area/` label
Expected behavior
Running functions like
set-labels
,set-annotations
, andset-namespace
should work correctly in a package that contains a kustomization.yaml.Actual behavior
The functions fail with an error like:
Information
Steps to reproduce the behavior
In an empty directory:
Same errors if I invoke functions declaratively or use the
unstable
tag. So far, I get the errors withset-labels
,set-annotations
, andset-namespace
.apply-setters
does not seem to be affected. I haven't tried others.The text was updated successfully, but these errors were encountered: