diff --git a/README.md b/README.md index b010974..77487ea 100644 --- a/README.md +++ b/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. \ No newline at end of file + Performs a sort of mvn clean on your workspace. Very handy for zombie persistent volumes or claims. + \ No newline at end of file