From 840eedc5b96dab61b2486075e099c835450725f8 Mon Sep 17 00:00:00 2001 From: sido Date: Fri, 29 Jun 2018 22:21:45 +0200 Subject: [PATCH] update nexus docs --- molgenis-nexus/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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.