kubebuilder icon indicating copy to clipboard operation
kubebuilder copied to clipboard

target helm chart directory should be configurable

Open bavarianbidi opened this issue 1 year ago • 4 comments
trafficstars

What do you want to happen?

I gave the very early helm.kubebuilder.io/v1-alpha plugin a try.

One downside with the generated manifests is the current chosen file path for the helm charts. All the content of the generated helm charts goes to ./dist folder on. (xref: relevant code places).

I very often use goreleaser for the release process. And per default, all the generated build artifacts will be placed under the ./dist folder. As these generated artifacts should not get tracked by git, we ignore the entire ./dist folder in our .gitignore file.

Per documentation, it's possible in goreleaser to change that location (xref: goreleaser doc). But as i do not prefer to change locations from an existing integrated tool, just because of integrating a new tool i would like to see to make the target folder configurable :pray:

I can take over the implementation if wanted

Extra Labels

No response

bavarianbidi avatar Nov 11 '24 07:11 bavarianbidi