Skip to content

Commit

Permalink
update pvc permissions
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
rnetser committed Dec 3, 2024
1 parent 2d753dc commit 26c41a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: fix-volume-permissions
image: quay.io/quay/busybox@sha256:92f3298bf80a1ba949140d77987f5de081f010337880cd771f7e7fc928f8c74d
command: ["sh"]
args: ["-c", "mkdir -p /mnt/models/${model_path} && chmod -R 777 /mnt/models"]
args: ["-c", "mkdir -p /mnt/models/${model_path} && chmod -R 777 /mnt/models/${model_path}"]
volumeMounts:
- mountPath: "/mnt/models/"
name: model-volume
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ Verify Non Admin Can Serve And Query A Model Using The UI # robocop: off=too-
... path=flan-t5-small/${flan_model_name}
Wait For Model KServe Deployment To Be Ready label_selector=serving.kserve.io/inferenceservice=${flan_model_name}
... namespace=${test_namespace} runtime=${CAIKIT_TGIS_RUNTIME_NAME}
... timeout=360s
# ${host}= Get KServe Inference Host Via CLI isvc_name=${flan_model_name} namespace=${test_namespace}
# ${body}= Set Variable '{"text": "${EXP_RESPONSES}[queries][0][query_text]"}'
# ${header}= Set Variable 'mm-model-id: ${flan_model_name}'
Expand Down

0 comments on commit 26c41a6

Please sign in to comment.