From 04cbd1d3726bfd203474d1ed76c910edaf46755e Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 10 Sep 2024 20:03:00 -0500 Subject: [PATCH] vault creates files in dirs other than the 2 specified. Lets see which. --- kubernetes/apps/security/vault/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/security/vault/app/helmrelease.yaml b/kubernetes/apps/security/vault/app/helmrelease.yaml index f086f85b..4754101b 100644 --- a/kubernetes/apps/security/vault/app/helmrelease.yaml +++ b/kubernetes/apps/security/vault/app/helmrelease.yaml @@ -105,7 +105,7 @@ spec: supplementalGroups: [10000] container: allowPrivilegeEscalation: false - readOnlyRootFilesystem: true + readOnlyRootFilesystem: false capabilities: drop: - "ALL"