salesforce / helm-starter

A helm plugin for managing chart starters.
BSD 3-Clause "New" or "Revised" License
56 stars 22 forks source link
helm helm-plugin

helm-starter

A helm3 plugin for managing helm starters. Helm starters are used by the helm create command to customize the default chart. For example, an Istio starter can create VirtualService and DestinationRule objects, in addition to the standard Service and Deployment objects.

Example helm starters:

Installation

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

Usage

To use a starter, run:

> helm create NAME --starter STARTERNAME

Example

> helm starter fetch https://github.com/salesforce/helm-starter-istio.git
> helm create banana-service --starter helm-starter-istio