diff --git a/molgenis-nexus/README.md b/molgenis-nexus/README.md index b9a3b21..0af9bb5 100644 --- a/molgenis-nexus/README.md +++ b/molgenis-nexus/README.md @@ -11,6 +11,18 @@ This chart will deploy: ## Installing the Chart -etc. +You can test in install the chart by executing: + +```helm lint .``` + +To test if your helm chart-syntax is right and: + +```helm install . --dry-run --debug``` + +To test if your hem chart works and: + +```helm install .``` + +To deploy it on the cluster.