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 598040bea0.

Change-Id: Icf8d3cc60045926ab60b9735ee1e8202c15df9d5
This commit is contained in:
Rahul Khiyani 2019-04-15 22:45:41 +00:00 committed by Tin Lam
parent 2abcc6d8b4
commit 3995e7d3de
2 changed files with 0 additions and 4 deletions

View File

@ -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:

View File

@ -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: