Skip to content

Commit b261917

Browse files
committed
wip
1 parent 59b0bc7 commit b261917

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openshift/operator-controller/build-test-registry.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,11 @@ spec:
118118
EOF
119119

120120
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

Comments
 (0)