kubepack / chartify

📈 Generate Helm Charts from Kubernetes objects
Apache License 2.0
227 stars 25 forks source link

Deployments support #5

Closed zoidyzoidzoid closed 7 years ago

zoidyzoidzoid commented 7 years ago

We're moving to helm and it'd be useful if we could chartify our deployments. I've solved it for the mean time by using replicasets to generate the charts and then editing them.

This is an awesome project, and I'd happily try adding deployments support.

Is there a reason this hasn't been added yet?

Otherwise I'll try make a PR this weekend.

tamalsaha commented 7 years ago

@zoidbergwill , thanks for using Chartify. I think we missed it from the CLI. It is added to cli now https://github.com/appscode/chartify/commit/9ce1ec30a2502b6d618b4cc90a0dc094af438e0d

zoidyzoidzoid commented 7 years ago

Awesome, thanks! :+1: