updated documentation
This commit is contained in:
parent
120a4afba4
commit
628825475a
12
README.md
12
README.md
|
@ -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.
|
||||
|
Loading…
Reference in New Issue