Skip to content

Commit c4ba16c

Browse files
committed
feature: 支持启动时安装算子包
1 parent 5f9dd3a commit c4ba16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/utils/load_operators.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ while read -r pkg; do
104104
done < <(find "$SOURCE_DIR" -maxdepth 1 -type f \( -name "*.zip" -o -name "*.tar" \))
105105

106106

107-
FULL_SQL=$(kubectl exec -i "$HEAD_POD_NAME" -- python3 - << EOF
107+
FULL_SQL=$(kubectl exec -i "$HEAD_POD_NAME" -n "$NAMESPACE" -- python3 - << EOF
108108
from pathlib import Path
109109
import sys, yaml
110110

0 commit comments

Comments
 (0)