From 3995e7d3de57d37b7226d2a9a1af4d044727b3ac Mon Sep 17 00:00:00 2001 From: Rahul Khiyani Date: Mon, 15 Apr 2019 22:45:41 +0000 Subject: [PATCH] Revert "readOnlyRootFilesystem: true for openvswitch chart" I believe when we have set the readOnly flag at pod without HTK functionality the changes were not reflected. That is why it passed the gate. Later with HTK functionality the gates never passed and I have tested that in various ways and finally I had to unset the readOnly flag This reverts commit 598040bea05737ea1ee2460ba8675ed7c061e63a. Change-Id: Icf8d3cc60045926ab60b9735ee1e8202c15df9d5 --- openvswitch/templates/daemonset-ovs-db.yaml | 2 -- openvswitch/templates/daemonset-ovs-vswitchd.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/openvswitch/templates/daemonset-ovs-db.yaml b/openvswitch/templates/daemonset-ovs-db.yaml index 370fcb6ef..09a43ab2c 100644 --- a/openvswitch/templates/daemonset-ovs-db.yaml +++ b/openvswitch/templates/daemonset-ovs-db.yaml @@ -41,8 +41,6 @@ spec: {{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" | indent 8 }} configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }} spec: - securityContext: - readOnlyRootFilesystem: true shareProcessNamespace: true serviceAccountName: {{ $serviceAccountName }} nodeSelector: diff --git a/openvswitch/templates/daemonset-ovs-vswitchd.yaml b/openvswitch/templates/daemonset-ovs-vswitchd.yaml index 747a372da..b0363a991 100644 --- a/openvswitch/templates/daemonset-ovs-vswitchd.yaml +++ b/openvswitch/templates/daemonset-ovs-vswitchd.yaml @@ -41,8 +41,6 @@ spec: {{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" | indent 8 }} configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }} spec: - securityContext: - readOnlyRootFilesystem: true shareProcessNamespace: true serviceAccountName: {{ $serviceAccountName }} nodeSelector: