Artem
Artem
If the goal is to simply disable webhook validation for CRD, then we can just disable webhook and leave volume, claim, service, and stuff. You can try to disable the...
@dashanji thank you for your contribution! #97 is merged and available in [v0.3.34 release](https://github.com/arttor/helmify/releases/tag/v0.3.34). Should we close this issue?
Hi, i am really happy to hear that helmify can be used in such a big and important project, and very welcome to contributions! - I started this project when...
Hi, generated chart utilized to use helm namespace options. So helmify trims namespaces from input manifests and expects that all resources are in the same namespace or global. Then you...
yes, for not listed kinds helmify only processes metadata with [default processor](https://github.com/arttor/helmify/blob/main/pkg/processor/default.go#L27).
Hi, can you please share more details on your use case? If I got you right, Helm already does similar stuff for labels. There is a named template in `_helpers.tpl`...
Thank you for reporting the issue. I see that [StatefulSet processor](https://github.com/arttor/helmify/blob/main/pkg/processor/statefulset/statefulset.go) is not up to date with [Deployment](https://github.com/arttor/helmify/blob/main/pkg/processor/deployment/deployment.go). Probably, it makes sense to have a single processor for both StatefulSet...
hi, can you please add relevant manifest sample into [test_data/k8s-operator-kustomize.output](https://github.com/arttor/helmify/blob/main/test_data/k8s-operator-kustomize.output), regenerate [chart examples](https://github.com/arttor/helmify/tree/main/examples), and push changes to see what your feature does?
Hi, can you please provide sample manifests?
Good idea! Probably the best way is to modify the ingress processor [pkg/processor/service/ingress.go](https://github.com/arttor/helmify/blob/main/pkg/processor/service/ingress.go#L16) in the following way: 1. Wrap template with `{{- if ...` 2. Add `ingress.enabled` to values.yaml