We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9dd3a commit c4ba16cCopy full SHA for c4ba16c
tools/utils/load_operators.sh
@@ -104,7 +104,7 @@ while read -r pkg; do
104
done < <(find "$SOURCE_DIR" -maxdepth 1 -type f \( -name "*.zip" -o -name "*.tar" \))
105
106
107
-FULL_SQL=$(kubectl exec -i "$HEAD_POD_NAME" -- python3 - << EOF
+FULL_SQL=$(kubectl exec -i "$HEAD_POD_NAME" -n "$NAMESPACE" -- python3 - << EOF
108
from pathlib import Path
109
import sys, yaml
110
0 commit comments