Skip to content

Commit 33abaae

Browse files
committed
Fix the model-downloader pods Operation not permitted issue
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent b25276c commit 33abaae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm-charts/common/vllm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ podSecurityContext: {}
5555
# Workaround for https://github.com/opea-project/GenAIComps/issues/1549
5656
# Need to run as root until upstream fixed and released.
5757
securityContext:
58-
readOnlyRootFilesystem: true
58+
readOnlyRootFilesystem: false
5959
allowPrivilegeEscalation: false
6060
runAsNonRoot: false
6161
runAsUser: 0

0 commit comments

Comments
 (0)