Garrett Cheadle
Garrett Cheadle
This issue was discussed in the Carvel Community meeting on 3/15/21. The Carvel maintainers pointed to https://github.com/vmware-tanzu/carvel-kapp/blob/develop/pkg/kapp/config/default.go#L256 Which shows the template rules in kapp used to traverse resources with the...
Hi @yujunz, Looking at your diff output I'm not sure exactly what is going on, are you switching from using data to using stringData? Also, which [diff strategy](https://github.com/vmware-tanzu/carvel-kapp/blob/develop/docs/diff.md#diff-strategies) are you...
Hey @RafPe, You are correct that you cannot use the `-f` flag with the `kapp app-group` command. To include your rebase rules when deploying, you can place the kapp config...
Hi @dprotaso, You are correct, there is currently not a way to exclude certain keys from the `kapp config-map list` command. One strategy you could take in filtering the command's...
Hi @dprotaso, I understand the desire to have the nice table output. I tried piping the output into `grep -v -e _example`, and the lines were removed while remaining in...
Hi @trisberg! Thanks for making this issue. I think adding this behavior when copying both bundles and images would be a valuable feature for imgpkg. This is something we have...
### Acceptance Criteria: **As a contributor to imgpkg** I want to have confidence that my changes did not introduce inconsistent behavior on different registries. **When a new commit is pushed...
### Introduce the `imgpkg init` command As a user, I want to be able to bootstrap the process of pushing a bundle by using the init command. The `imgpkg init...
Accepting issue since we have come to a conclusion to hide the `--lock-output` flag from the help text. Prioritizing it to hopefully be in the next release, ready to be...
Hi @absoludity, kbld cannot replace strings like "--some-img-arg=docker.io/bitnami/kubeapps-asset-syncer:2.0.1-scratch-r0" with a resolved image while retaining the prefix. We feel it would be too risky if kbld was able to replace every...