From af6c2286d79487c667c0147a67e367dcb1ee0b40 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 24 Jun 2021 14:53:39 +0200
Subject: [PATCH] Minor code style fix

---
 execution/helm/templates/theodolite/theodolite-operator.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/execution/helm/templates/theodolite/theodolite-operator.yaml b/execution/helm/templates/theodolite/theodolite-operator.yaml
index b53be7262..4fa9d7295 100644
--- a/execution/helm/templates/theodolite/theodolite-operator.yaml
+++ b/execution/helm/templates/theodolite/theodolite-operator.yaml
@@ -29,7 +29,7 @@ spec:
             - name: THEODOLITE_APP_RESOURCES
               value: "./benchmark-resources"
             - name: RESULTS_FOLDER
-              value: "results"
+              value: "./results"
           volumeMounts:
             {{- if .Values.operator.resultsVolume.enabled }}
             - name: theodolite-pv-storage
-- 
GitLab