From 97700e34c37b2ca1ccec99a8b7382df41aab4454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Thu, 11 Nov 2021 15:47:16 +0100 Subject: [PATCH] Remove no longer needed hint in Readme --- helm/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/helm/README.md b/helm/README.md index fe5c15e6f..1a3428b5e 100644 --- a/helm/README.md +++ b/helm/README.md @@ -9,8 +9,6 @@ helm dependencies update . helm install theodolite . ``` -Additionally, a PersistentVolumeClaim with the name `theodolite-pv-claim` needs to be created or the results volume can be disabled as done with the minimal configuration, described below. - ## Customize Installation As usual, the installation with Helm can be configured by passing a values YAML file: -- GitLab