/helm-starter

Create new Helm charts using existing charts as a blueprints

Primary LanguageShellApache License 2.0Apache-2.0

helm-starter

A Helm starter is a blueprint that can be used when creating a new chart.

Starters themselves are helm charts. Some examples are available here:

https://github.com/jlegrone/helm-blueprints

Getting Started

Install the plugin:

helm plugin install https://github.com/jlegrone/helm-starter.git

Optionally, add a Helm repository containing starter charts:

helm repo add blueprints https://jlegrone.github.io/helm-blueprints

Usage

Create a new chart from an existing template:

# Create a new chart "mychart" with the "blueprints/statefulset" starter chart
helm starter create-from blueprints/statefulset mychart

View other commands and usage instructions:

helm starter help