Helm Charts
Welcome to my helm chart repository!
Charts
Usage
Below are generic usage instructions
CLI
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add ALIAS https://Mstiekema.github.io/helm-charts
If you had already added this repo earlier, run helm repo update to retrieve
the latest versions of the packages. You can then run helm search repo ALIAS to see the charts.
To install the CHART_NAME chart:
helm install RELEASE_NAME ALIAS/CHART_NAME
To uninstall the chart:
helm uninstall RELEASE_NAME
Kustomize
I personally use kustomize with ArgoCD
which allows you to import the chart with the yaml below.
helmCharts:
- name: CHART_NAME
releaseName: RELEASE_NAME
namespace: default
repo: https://Mstiekema.github.io/helm-charts
version: v0.0.0
valuesFile: values.yaml