From ca97e0523871c92e0450be5960184ee25e1d3019 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 15 Oct 2021 00:42:07 +0300 Subject: [PATCH] disable readonlyrootfs on calibre (#1139) --- charts/stable/calibre/SCALE/questions.yaml | 2 +- charts/stable/calibre/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/stable/calibre/SCALE/questions.yaml b/charts/stable/calibre/SCALE/questions.yaml index def42864987..69a770e87c2 100644 --- a/charts/stable/calibre/SCALE/questions.yaml +++ b/charts/stable/calibre/SCALE/questions.yaml @@ -491,7 +491,7 @@ questions: label: "ReadOnly Root Filesystem" schema: type: boolean - default: true + default: false - variable: allowPrivilegeEscalation label: "Allow Privilege Escalation" schema: diff --git a/charts/stable/calibre/values.yaml b/charts/stable/calibre/values.yaml index 77a6f4647e2..8a0fbb670f7 100644 --- a/charts/stable/calibre/values.yaml +++ b/charts/stable/calibre/values.yaml @@ -17,6 +17,7 @@ image: pullPolicy: IfNotPresent securityContext: + readOnlyRootFilesystem: false runAsNonRoot: false podSecurityContext: