Katrina Verey

Results 216 comments of Katrina Verey

EDIT: I misread the context here. Highly related to https://github.com/kubernetes-sigs/kustomize/issues/4570 ~~which has a different expectation for the behaviour.~~ One commenter there rightly points out that the env file isn't YAML,...

After going through the other issues related to quotes and env file sources, my conclusion is that the current behaviour is correct. An env file is not YAML, and as...

The fix suggested sounds plausible and we would appreciate a PR with that + test proving it works. /triage accepted /good-first-issue

/triage needs-information Can you please provide the input files (i.e. your Kustomization and patch) as well?

In @cten case, I think the issue has to do with the fact that the example targets a list in a CRD type for which no [openapi schema](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/openapi/) is provided....

In @agreedSkiing case, the problem is that the directive is attempting to target an entire resource/document instead of a field/element. That is not supported, nor is resource removal in general--see...

Feel free to reopen if my assessment that the problem is missing openapi schema was incorrect. /kind support /triage resolved /close

Those who commented that the `openapi` field requires the full schema, not just additions, are correct. So it isn't a bug, but there are a few related problems: - The...

/lifecycle frozen This is a long term priority