From 4fccb0d64b7ff5483a2fa419819578443d339f02 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Wed, 23 Jun 2021 12:18:27 +0200
Subject: [PATCH] Add default values

---
 execution/helm/values.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/execution/helm/values.yaml b/execution/helm/values.yaml
index 375d0b17e..14c730795 100644
--- a/execution/helm/values.yaml
+++ b/execution/helm/values.yaml
@@ -262,6 +262,15 @@ operator:
       imageTag: theodolite-kotlin-latest
       imagePullPolicy: Always
 
+  resultsVolume:
+    enabled: true
+    accessSidecar:
+      enabled: true
+      image: busybox
+      imageTag: stable
+      imagePullPolicy: IfNotPresent
+
+
 serviceAccount:
   create: true
 
-- 
GitLab