From 179cfc84d183c9c8b53f32f783a130859d31c668 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Mon, 19 Jan 2026 17:54:07 +0100 Subject: [PATCH] Revert "fix(helm): set readOnlyRootFilesystem to true in config-demo deployment" This reverts commit 6d18b333988c2ef0701cd487252b10b73c39f5c5. Otherwise the container fails with: sed: couldn't open temporary file /etc/httpd/conf/sedErH32D: Read-only file system --- charts/all/config-demo/templates/config-demo-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/all/config-demo/templates/config-demo-deployment.yaml b/charts/all/config-demo/templates/config-demo-deployment.yaml index 31974a92..a83940b8 100644 --- a/charts/all/config-demo/templates/config-demo-deployment.yaml +++ b/charts/all/config-demo/templates/config-demo-deployment.yaml @@ -50,7 +50,7 @@ spec: memory: 256Mi securityContext: allowPrivilegeEscalation: false - readOnlyRootFilesystem: true + readOnlyRootFilesystem: false runAsNonRoot: true capabilities: drop: