Krishnan Anantheswaran
Krishnan Anantheswaran
Sorry for the delay in reply. I think this PR is on the right track but I would like to have some changes in the implementation. * I don't like...
@kvaps do you plan to work on this? If not, I can implement it based on the feedback above. Let me know.
Does this flow work at all when the chart is packaged as a tar.gz file?
@sherman-grewal something easy to start with
kubectl delete deploy probably doesn't wait for the deployment object to be removed - the pod has to go away first etc. Try sleeping for 30s or smth after running...
The actual reason for supporting component includes and excludes is for experimentation with new components and selectively installing components. The above use case stretches this expectation by quite a bit.
This means taking the stance that qbec doesn't respect jsonnet's hermetic behavior (only things passed explicitly on the command line can change the output). I'm not entirely opposed to it...
If we choose to support this, I think there should be a way to opt-in to this behavior and not have it turned on by default.
also `qbec component [-O] diff` and `qbec params diff` exist
@kvaps I'm curious about what hooks need to be supported in qbec with some examples.