Feggah / chart-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chart-sample

Repository used to test some behavior with a dummy public chart

Usage

Package helm chart

helm package sample --version 0.2.0

Upload package to Releases

cr upload --owner Feggah --git-repo chart-sample --token 12345 --package-path .

Install cr here.

Install helm chart

helm install sample https://github.com/Feggah/chart-sample/releases/download/sample-0.2.0/sample-0.2.0.tgz

About