Skip to content
Snippets Groups Projects
Commit 77f5e030 authored by Sören Henning's avatar Sören Henning
Browse files

Add hint on Windows installation

parent 115e6333
No related branches found
No related tags found
No related merge requests found
Pipeline #5310 passed
...@@ -9,6 +9,8 @@ helm dependencies update . ...@@ -9,6 +9,8 @@ helm dependencies update .
helm install theodolite . helm install theodolite .
``` ```
**Hint for Windows users:** The Theodolite Helm chart makes use of some smylinks. These are not properly created when this repository is checked out with Windows. There are a couple of solutions presented in this [Stack Overflow post](https://stackoverflow.com/q/5917249/4121056). A simpler workaround is to manually delete the symlinks and replace them by the files and folders, they are pointing to. The relevant symlinks are `benchmark-definitions` and the files inside `crd`.
## Customize Installation ## Customize Installation
As usual, the installation with Helm can be configured by passing a values YAML file: As usual, the installation with Helm can be configured by passing a values YAML file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment