Supporting multipart request to allow file object

cgi  module was having issue https://bugs.python.org/issue27777
due to use of tempfile.TemporaryFile("wb") ranger_agent_api needed
readOnlyRootFilesystem: false

Change-Id: Ia010627c931ed2765ea7d95e183e69ade5ab8f25
This commit is contained in:
hosingh000 2020-01-10 05:14:09 -06:00 committed by Hari
parent 54c8764732
commit 7339119eb5
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ pod:
runAsUser: 1000
container:
ranger_agent_api:
readOnlyRootFilesystem: true
readOnlyRootFilesystem: false
allowPrivilegeEscalation: false
ranger_agent_engine:
readOnlyRootFilesystem: false