Skip to content

linjan2/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Release Charts

Add the repo as follows:

helm repo add linjan2 https://linjan2.github.io/helm-charts
helm repo update
helm search repo linjan2

To install the CHARTNAME chart:

helm install RELEASENAME linjan2/CHARTNAME

To uninstall the chart:

helm delete RELEASENAME