From d0f58f21a9f7773b7704f377a8c07c6b9aff382e Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Thu, 18 Jul 2024 14:51:41 +0100 Subject: [PATCH] Try setting readOnlyRootFilesystem to False --- .../support/templates/gcp-filestore-backups/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/support/templates/gcp-filestore-backups/deployment.yaml b/helm-charts/support/templates/gcp-filestore-backups/deployment.yaml index ee8ef48cb2..98a4513cf2 100644 --- a/helm-charts/support/templates/gcp-filestore-backups/deployment.yaml +++ b/helm-charts/support/templates/gcp-filestore-backups/deployment.yaml @@ -30,5 +30,5 @@ spec: securityContext: runAsUser: 1000 allowPrivilegeEscalation: False - readOnlyRootFilesystem: True + readOnlyRootFilesystem: False {{- end -}}