From 2fcd3e2c5fa0d883a5c49b180fc2530f5545dc9a Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Thu, 23 Jan 2020 11:52:40 +0100
Subject: [PATCH] explicitely set readonly to false

---
 chart/templates/deployment.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml
index 892d2979f..0940498c1 100644
--- a/chart/templates/deployment.yaml
+++ b/chart/templates/deployment.yaml
@@ -104,8 +104,10 @@ spec:
         volumeMounts:
         - name: mglogs-persistent-storage
           mountPath: /html/storage/logs/metager
+          readOnly: false
         - name: mgcache-persistent-storage
           mountPath: /html/storage/framework/cache
+          readOnly: false
         resources:
 {{ toYaml .Values.resources | indent 12 }}
 {{- end -}}
-- 
GitLab