You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/14 13:37:14 UTC

[incubator-streampipes-installer] branch dev updated: [hotfix] remove readOnly from backend

This is an automated email from the ASF dual-hosted git repository.

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git


The following commit(s) were added to refs/heads/dev by this push:
     new bb1a0ff  [hotfix] remove readOnly from backend
bb1a0ff is described below

commit bb1a0ffb78053637573cad58bcc68b05e4f245ee
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Sep 14 15:36:46 2020 +0200

    [hotfix] remove readOnly from backend
---
 k8s/templates/core/backend/backend-deployment.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/k8s/templates/core/backend/backend-deployment.yaml b/k8s/templates/core/backend/backend-deployment.yaml
index ba682b1..e02b93e 100644
--- a/k8s/templates/core/backend/backend-deployment.yaml
+++ b/k8s/templates/core/backend/backend-deployment.yaml
@@ -40,8 +40,7 @@ spec:
             claimName: backend-pvc
         - name: files-pv
           persistentVolumeClaim:
-            claimName: files-pvc
-            readOnly: true          
+            claimName: files-pvc        
       containers:
         - name: backend
           image: {{ .Values.streampipes.registry }}/backend:{{ .Values.streampipes.version }}
@@ -53,4 +52,3 @@ spec:
               name: backend-pv
             - mountPath: "/spImages"
               name: files-pv
-              readOnly: true