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 59b0bc7 commit b261917Copy full SHA for b261917
openshift/operator-controller/build-test-registry.sh
@@ -118,3 +118,11 @@ spec:
118
EOF
119
120
oc wait --for=condition=Complete -n "${namespace}" "job/${name}-push" --timeout=60s
121
+
122
+oc create route passthrough $(name) --service $(name) -n $(namespace)
123
124
+until output=$(oc get route $(name) -n $(namespace) -o jsonpath='{.spec.host}') && [[ -n "$output" ]]; do
125
+ sleep 1
126
+done
127
128
+oc get route $(name) -n $(namespace)
0 commit comments