Closed squakez closed 2 years ago
Can you help @phantomjinx ?
So, the changes should not be committed.
So the base version of the files remain under source control, while the changes come and go depending on user edits or executing make clean bundle
. If I could gitignore them I would.
Yes, I think so too. This is the most itchy part of kustomize for me. The kustomize developers has deliberately chosen that user-customised changes are directly applied to the kustomization.yaml
file. And there seems to be no way to parameterise user configs other than tainting kustomization.yaml
:
https://kubectl.docs.kubernetes.io/faq/kustomize/eschewedfeatures/#build-time-side-effects-from-cli-args-or-env-variables
Can this be closed as asked and answered?
As discussed in https://github.com/apache/camel-k/pull/3601#discussion_r963234805 the
make bundle
is addingimages
property. Is that correct?