Helm charts
This is a repo for storing helm charts that I used in my homelab. Most of the charts are using bjw-s library charts as a base.
How to use
You can add this repo as follows:
helm repo add nas-helm-charts https://ivanwongtf.github.io/nas-helm-charts/
You can then run helm search repo nas-helm-charts to see the charts.
Docs
- Library chart’s default values
- Library chart’s docs, providing explaination and example of advanced values, such as config map, hostpath and persistent volume claim.
Reference
This repo is inspired by k8s-at-home, k8s-home-lab and bjw-s.