arttor/helmify

View on GitHub
examples/README.md

Summary

Maintainability
Test Coverage
# Examples
`app` - helm chart generated by helmify from [test_data/sample-app.yaml](https://github.com/arttor/helmify/blob/main/test_data/sample-app.yaml). 
Represents typical k8s app with Deployment, Service, ConfigMap, Secret.
Generated with: `cat test_data/sample-app.yaml | go run ./cmd/helmify examples/app`

`operator` - helm chart generated by helmify from [test_data/k8s-operator-kustomize.output](https://github.com/arttor/helmify/blob/main/test_data/k8s-operator-kustomize.output). 
Represents typical k8s operator build with [Operator-SDK](https://github.com/operator-framework/operator-sdk) or [Kubebuilder](https://github.com/kubernetes-sigs/kubebuilder).
Generated with: `cat test_data/k8s-operator-kustomize.output | go run ./cmd/helmify examples/operator`