We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cc866 commit 39040c3Copy full SHA for 39040c3
.github/workflows/e2e_tests.yaml
@@ -86,7 +86,6 @@ jobs:
86
make setup-e2e
87
echo Deploying CodeFlare operator
88
IMG="${REGISTRY_ADDRESS}"/codeflare-operator
89
- sed -i 's/RayDashboardOAuthEnabled: pointer.Bool(true)/RayDashboardOAuthEnabled: pointer.Bool(false)/' main.go
90
make image-push -e IMG="${IMG}"
91
make deploy -e IMG="${IMG}" -e ENV="e2e"
92
kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
0 commit comments