This repository hosts some Helm Charts that we use at Neo9.
https://neo9.fr/
- Helm 3
Add repo with:
helm repo add n9 https://neo9.github.io/helm-charts
helm repo update n9
- Lint your current chart
helm lint charts/mychartname
- Template with default values
helm template charts/mychartname
- Template with test values
Create a testvalues.yaml
which contains values you wish to test
helm template testname charts/mychartname -f testvalues.yaml
Using norwoodj/helm-docs
- Add comments in your default
values.yaml
following this format
service:
# -- Port to access on the pod if different from port used by service
targetPort:
- Generate or update README for your charts
cd charts/mcyhartname
helm-docs -s file