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 6755cb3 commit b40976aCopy full SHA for b40976a
tests/scripts/install-operator.sh
@@ -23,7 +23,7 @@ kubectl create namespace "${TEST_NAMESPACE}"
23
# Run the helm install command
24
echo "OPERATOR_OPTIONS: ${OPERATOR_OPTIONS}"
25
26
-sleep 2400
+# sleep 2400
27
eval ${HELM} install gpu-operator nvidia/gpu-operator \
28
-n "${TEST_NAMESPACE}" \
29
"${OPERATOR_OPTIONS}" \
0 commit comments