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 bfca627 commit 607f06aCopy full SHA for 607f06a
test/scripts/openshift-ci/setup-e2e-tests.sh
@@ -100,7 +100,7 @@ oc wait --for=condition=ready pod -l control-plane=kserve-controller-manager -n
100
if [ "$1" != "raw" ]; then
101
echo "Installing odh-model-controller"
102
# authorino
103
- curl -sL https://raw.githubusercontent.com/Kuadrant/authorino-operator/main/utils/install.sh | "s|kubectl|oc|" |
+ curl -sL https://raw.githubusercontent.com/Kuadrant/authorino-operator/main/utils/install.sh | sed "s|kubectl|oc|" |
104
bash -s -- -v 0.16.0
105
106
# kserve-local-gateway
0 commit comments