arttor / helmify

Creates Helm chart from Kubernetes yaml
MIT License
1.48k stars 136 forks source link

Can we add more custom pod level specs? #81

Open RealAnna opened 1 year ago

RealAnna commented 1 year ago

For our use-case we would need the helm values to give user the possibility to add :

Since these are defined for the whole Pod spec but not always present in the manifests, I would go with bitnami approach and add them as empty values to be filled in the template if present.

My suggestions are drafted here https://github.com/arttor/helmify/pull/77