1
0
Fork 0

updated documentation

This commit is contained in:
sido 2018-06-27 22:12:27 +02:00
parent 120a4afba4
commit 628825475a
1 changed files with 8 additions and 4 deletions

View File

@ -73,15 +73,18 @@ kubectl config use-context molgenis --kubeconfig=*full path to molgenis config*
*Example:*
```bash
kubectl get pods --namespace=*#namespace of application#*
```
## Helm
This repository is serves also as a catalogue for Rancher. We have serveral apps that are served through this repoistory. e.g.
- [Jenkins](molgenis-jenkins/README.md)
- [NEXUS](molgenis-nexus/README.md)
- [HTTPD](molgenis-httpd/README.md)
### Useful commands
- ```helm install .```
Do it in the root of the project where the Chart.yaml is located
@ -91,4 +94,5 @@ kubectl get pods --namespace=*#namespace of application#*
Lists all installed releases
- ```helm delete #release#a```
Performs a sort of mvn clean on your workspace. Very handy for zombie persistent volumes or claims.
Performs a sort of mvn clean on your workspace. Very handy for zombie persistent volumes or claims.