Eli Wrenn

Results 27 comments of Eli Wrenn

I will update this issue to call out fixing that specific case and create another one for improving docs or error messages for the case resources do exist. ### Problem...

I wonder if it makes more sense to have it as a flag on push, so user could just do something like: imgpkg push -b docker.io/... -f my-bundle --with-relocate

Hey @shamus, thanks for the feedback! The intention is for schema annotations to be used in a separate file from the data/values docs (i.e. `schema.yml` `defaults.yml`) allowing the separation you...

This is because the function call end matcher in starlark grammar looks for `)`, so the `#@`'s are being interpreted as starlark comments in the arguments to the function. I...

Hey @iancoffey @cppforlife, do the in progress [packaging APIs](https://carvel.dev/kapp-controller/docs/latest/packaging/) satisfy the ask of this issue, or is there a different use case that still necessitates the need for an AppSet?

What is the use case for this? There is already a paused key in the app spec which will pause all future reconciliations. > reconciliation only happens via a client...