Skip to content

optionalg/helm-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

helm-starter

A helm 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

  • helm starter fetch GITURL: Clones a bare helm starter repo into $HELM_HOME/starters
  • helm starter list: Lists all the starters in $HELM_HOME/starters
  • helm starter update NAME: Refresh an installed Helm starter
  • helm starter delete NAME: Delete name from $HELM_HOME/starters
  • helm starter inspect NAME: Print out a starter's readme
  • helm starter --help: print help

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

About

A helm plugin for managing chart starters.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%