Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ objects:
# check multiple namespaces while we are transitioning to the new locations
if oc get deploy/router -n tectonic-ingress 2>/dev/null; then
ROUTER_NAMESPACE=tectonic-ingress
elif oc get ds/router-default -n openshift-ingress 2>/dev/null; then
ROUTER_NAMESPACE=openshift-ingress
elif oc get deploy/router -n openshift-ingress 2>/dev/null; then
ROUTER_NAMESPACE=openshift-ingress
elif oc get deploy/router -n default 2>/dev/null; then
Expand Down