Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 1961f71

Browse files
Fixes #347 by creating a download job on correct namespace (#348)
Signed-off-by: maugustosilva <[email protected]>
1 parent ac518a2 commit 1961f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/llmd-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ create_pvc_and_download_model_if_needed() {
343343
(.spec.template.spec.containers[0].env[] | select(.name == \"HF_TOKEN\")).valueFrom.secretKeyRef.name = \"${HF_TOKEN_SECRET_NAME}\" |
344344
(.spec.template.spec.containers[0].env[] | select(.name == \"HF_TOKEN\")).valueFrom.secretKeyRef.key = \"${HF_TOKEN_SECRET_KEY}\" |
345345
(.spec.template.spec.volumes[] | select(.name == \"model-cache\")).persistentVolumeClaim.claimName = \"${PVC_NAME}\"
346-
" "${DOWNLOAD_MODEL_JOB_TEMPLATE_FILE_PATH}" | $KCMD apply -f -
346+
" "${DOWNLOAD_MODEL_JOB_TEMPLATE_FILE_PATH}" | $KCMD apply -n ${NAMESPACE} -f -
347347
elif [[ "${YQ_TYPE}" == "py" ]]; then
348348
$KCMD apply -f ${DOWNLOAD_MODEL_JOB_TEMPLATE_FILE_PATH} --dry-run=client -o yaml |
349349
yq -r | \

0 commit comments

Comments
 (0)