Personal Helm Charts Repository of a lazy cloud infrastructure engineer.
Online documentation: shakahl.github.io/helm-charts
-
Install Helm. For more information, see Helm documentation.
-
Add the shakahl Helm repository:
helm repo add stable https://charts.helm.sh/stable/
helm repo add shakahl https://shakahl.github.io/helm-charts/
- View Helm charts in this repository:
helm search repo shakahl
We'd love to have you contribute! Please refer to our contribution guidelines for details.
I set up GitHub Pages to point to the docs
folder. From there, I can
create and publish docs like this:
$ helm create mychart
$ helm package mychart
$ mv mychart-0.1.0.tgz docs
$ helm repo index docs --url https://shakahl.github.io/helm-charts/
$ git add -i
$ git commit -av
$ git push origin master
From there, I can do a helm repo add shakahl https://shakahl.github.io/helm-charts/
.
Check out shakahl.com for contact information.