1
0
Fork 0

update nexus docs

This commit is contained in:
sido 2018-06-29 22:21:45 +02:00
parent 8919984691
commit 840eedc5b9
1 changed files with 13 additions and 1 deletions

View File

@ -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.