From ce58255c25f633c825d3f23e209e3bf6e857fbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 3 Dec 2021 17:49:53 +0100 Subject: [PATCH] Use minimal setup in quickstart --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 85a94e4df..4fcdcb6ec 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -15,7 +15,7 @@ All you need to get started is access to a Kubernetes cluster plus kubectl and H ```sh helm repo add theodolite https://cau-se.github.io/theodolite helm repo update - helm install theodolite theodolite/theodolite + helm install theodolite theodolite/theodolite -f https://raw.githubusercontent.com/cau-se/theodolite/master/helm/preconfigs/minimal.yaml ``` 1. Get the Theodolite examples from the [Theodolite repository](https://github.com/cau-se/theodolite) and `cd` into its example directory: -- GitLab