Skip to content

sandeeplamb/kubernetes-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

How to add the helm repo to install my charts

Package chart, index and push to git

helm package nginx

helm repo index github-helm/ --url https://sandeeplamb.github.io/helm-kubernetes/

git commit -a -m "change index"

git push origin

Add the Repo

helm repo add github-helm https://sandeeplamb.github.io/helm-kubernetes/.

helm repo list

Install the helm chart

helm install github-helm/nginx --name=nginx-my-repo --dry-run --debug

helm install github-helm/nginx --name=nginx-my-repo --debug

About

helm-kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published