tadayosi commented on issue #3865: URL: https://github.com/apache/camel-k/issues/3865#issuecomment-1342228577
Hi @phantomjinx, To complete the features of Kustomize installation, I'm trying to add `ENV_VARS` and `SKIP_DEFAULT_KAMELETS_SETUP` parameters to `make operator` as a starter. However, I found that implementing these in Makefile can be tricky, probably requiring a lot of bash,Makefile,sed,awk magic. Now I wonder if it's really the right direction to try to replicate every feature provided by `kamel install` in the `Makefile` for the Kustomize installation, as it doesn't seem like a good idea to use Makefile as a general programming language. It seems that the Kustomize way is for users to directly create and customise their own patches either by hand or through `kustomize` command, rather than the tool to provide convenient parameters to customise everything for them. What do you think about it? Is it your original intention to provide every installation feature through the `Makefile`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
