app
- helm chart generated by helmify from 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.
Represents typical k8s operator build with Operator-SDK or Kubebuilder.
Generated with: cat test_data/k8s-operator-kustomize.output | go run ./cmd/helmify examples/operator