From eb1aacb9be35305481c70ff121da236fa862d215 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Mon, 20 Jan 2020 16:08:38 +0100 Subject: [PATCH] removed readonly again --- chart/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 282a578ee..892d2979f 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -104,7 +104,6 @@ spec: volumeMounts: - name: mglogs-persistent-storage mountPath: /html/storage/logs/metager - readOnly: true - name: mgcache-persistent-storage mountPath: /html/storage/framework/cache resources: -- GitLab