From 43eb892493e065100e9dd0909afaaf5745e01317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 19 Nov 2021 13:28:09 +0100 Subject: [PATCH] Minor fixes --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 976e016e2..7c886a112 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -26,7 +26,7 @@ As usual, the installation via Helm can be configured by passing a values YAML f helm install theodolite theodolite/theodolite --values <your-config.yaml> ``` -For this purpose the [default values file]() can serve as a template for your custom configuration. +For this purpose the [default values file](https://github.com/cau-se/theodolite/blob/master/helm/values.yaml) can serve as a template for your custom configuration. ### Operator mode @@ -40,7 +40,7 @@ For running Theodolite in standalone mode, it is sufficient to disable the opera ### Random Scheduler -Installation of the random scheduler can be enabled and via `randomScheduler.enabled`. Please note that the random scheduler is neither required in operator mode nor in standalone mode. However, it has to be installed if benchmark executions should use random scheduling. +Installation of the random scheduler can be enabled via `randomScheduler.enabled`. Please note that the random scheduler is neither required in operator mode nor in standalone mode. However, it has to be installed if benchmark executions should use random scheduling. **TODO:** link -- GitLab