From 0caaace0ddf3e4e90b137e7b4e167ab682aa7795 Mon Sep 17 00:00:00 2001 From: RAHUL KHIYANI Date: Wed, 8 May 2019 13:18:15 -0500 Subject: [PATCH] Tiller: Add read-only-fs This PS adds the default read-only-rootfs to true for tiller chart Change-Id: Ic6a00e28eefa5f5425c8f853ce32807246a7f91c --- tiller/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tiller/values.yaml b/tiller/values.yaml index b1ba1447d..2b35d4ad4 100644 --- a/tiller/values.yaml +++ b/tiller/values.yaml @@ -44,6 +44,7 @@ pod: container: tiller: allowPrivilegeEscalation: false + readOnlyRootFilesystem: true resources: enabled: false jobs: