helmify

Convert Kubernetes YAML manifests into Helm charts

brewmacoslinux
Try with needOr install directly
Source

About

Create Helm chart from Kubernetes yaml

Commands

helmify

Examples

Convert a single Kubernetes YAML file to a Helm chart$ helmify my-chart < deployment.yaml
Convert multiple YAML files from a directory into a Helm chart$ cat *.yaml | helmify my-release
Convert kubectl output directly to a Helm chart$ kubectl get all -o yaml | helmify my-app