File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 6060 run : |
6161 echo Deploying CodeFlare operator
6262 IMG="${REGISTRY_ADDRESS}"/codeflare-operator
63- sed -i 's/RayDashboardOAuthEnabled: pointer.Bool(true)/RayDashboardOAuthEnabled: pointer.Bool(false)/' main.go
6463 make image-push -e IMG="${IMG}"
6564 make deploy -e IMG="${IMG}" -e ENV="e2e"
6665 kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
Original file line number Diff line number Diff line change 1+ kind : ConfigMap
2+ apiVersion : v1
3+ metadata :
4+ name : codeflare-operator-config
5+ data :
6+ config.yaml : |
7+ kuberay:
8+ rayDashboardOAuthEnabled: false
Original file line number Diff line number Diff line change 11namespace : openshift-operators
22
33bases :
4+ - config.yaml
45- ../default
56
67patches :
You can’t perform that action at this time.
0 commit comments