From fafc14f0438f833734e7ccb0465c09c45778427a Mon Sep 17 00:00:00 2001 From: RAHUL KHIYANI Date: Wed, 8 May 2019 13:32:55 -0500 Subject: [PATCH] Openvswitch: Add read-only-fs This PS adds the default read-only-rootfs to true for openvswitch chart Change-Id: I59c687ff13335073c69456bc72f6b6e51081378c --- openvswitch/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openvswitch/values.yaml b/openvswitch/values.yaml index 4b5a00dd2..44eb47e36 100644 --- a/openvswitch/values.yaml +++ b/openvswitch/values.yaml @@ -60,11 +60,13 @@ pod: capabilities: add: - SYS_MODULE + readOnlyRootFilesystem: true vswitchd: runAsUser: 0 capabilities: add: - NET_ADMIN + readOnlyRootFilesystem: true lifecycle: upgrades: daemonsets: