Artem
Artem
I apologize for the delay. Helmify does not add `RELEASE_NAME` to CRDs. Please check [generated CRD example](https://github.com/arttor/helmify/blob/main/examples/operator/templates/cephvolume-crd.yaml#L4) from [operator CRD input](https://github.com/arttor/helmify/blob/main/test_data/k8s-operator-kustomize.output#L15C10-L15C10). You can find CRD processor source code [here](https://github.com/arttor/helmify/blob/main/pkg/processor/crd/crd.go#L51), which...
Hi @Vaintti, thank you for the question. This was done on purpose. In most cases, generated chart will be stored in git. In this case, it is not a good...
I agree that it is inconvenient but it is true for all security measures. I suggest not implementing this option right now. But we can do so if we have...
Hi @dashanji, I am very sorry. Will only have time to check on the weekend.
@RealAnna looks good. Can you please regenerate samples without using flags? Repo samples should represent default behavior.
hi, helmify often groups the same kinds in a single file. Not sure if it was a good decision. But if resulted charts contain all templates it is not a...
helmify does not validate input k8s manifests. It tries to convert any input to Helm template with the best effort. I am not sure that we should do exception for...
oh, i see the problem now. thanks!
Hi @dashanji can you please provide sample operator manifest along with actual and expected helmify output? it will help to write e2e test and fix the issue.
@dashanji yes, you can create PR or help with the proposal. In [commit](https://github.com/v6d-io/v6d/commit/3e7ab0ada87f148785c37dd2fe04a398f53726ee) disabling webhook affects several manifests. For example, it removes volumeMounts from deployment: ``` {{- if .Values.webhook.enabled }}...