Skip to content

Commit

Permalink
openshift app acm: wait for mch in correct namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Jul 28, 2024
1 parent 906cb16 commit 24a7e54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
oc create -f 99-metal3-provisioning.yaml >/dev/null 2>&1 || oc patch provisioning provisioning-configuration --type merge -p '{"spec":{"watchAllNamespaces": true}}'

oc wait --for=condition=complete multiclusterhub/multiclusterhub --timeout=10m
oc -n open-cluster-management wait --for=condition=complete multiclusterhub/multiclusterhub --timeout=10m

until oc get crd/agentserviceconfigs.agent-install.openshift.io >/dev/null 2>&1 ; do sleep 1 ; done
until oc get crd/clusterimagesets.hive.openshift.io >/dev/null 2>&1 ; do sleep 1 ; done
Expand Down

0 comments on commit 24a7e54

Please sign in to comment.