chore: aligned pull secret name
This commit is contained in:
@@ -153,7 +153,7 @@ spec:
|
|||||||
x=0; until [[ -n $(oc -n goghvideo-test-${RANDOMID} get secret/goghvideo-openshift-builder-pull-secret 2>/dev/null) || $x -eq 10 ]]; do echo "Waiting for secret replication" && sleep 10 && ((x++)); done
|
x=0; until [[ -n $(oc -n goghvideo-test-${RANDOMID} get secret/goghvideo-openshift-builder-pull-secret 2>/dev/null) || $x -eq 10 ]]; do echo "Waiting for secret replication" && sleep 10 && ((x++)); done
|
||||||
if [[ "${x}" -eq 10 ]]; then exit 1; fi
|
if [[ "${x}" -eq 10 ]]; then exit 1; fi
|
||||||
|
|
||||||
oc -n goghvideo-test-${RANDOMID} secrets link default goghvideo-container-registry-auth --for=pull
|
oc -n goghvideo-test-${RANDOMID} secrets link default goghvideo-openshift-builder-pull-secret --for=pull
|
||||||
|
|
||||||
oc apply -f - <<EOF
|
oc apply -f - <<EOF
|
||||||
apiVersion: rabbitmq.com/v1beta1
|
apiVersion: rabbitmq.com/v1beta1
|
||||||
|
|||||||
Reference in New Issue
Block a user