From 4b7fa5b2a1993f60b30108ce6340875cd795d6ad Mon Sep 17 00:00:00 2001 From: "Randal S. Harisch" Date: Mon, 25 Sep 2023 00:12:50 -0600 Subject: [PATCH] chore: aligned pull secret name --- pipeline/upload-to-nextcloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/upload-to-nextcloud.yaml b/pipeline/upload-to-nextcloud.yaml index b85cc1d..c015fc1 100644 --- a/pipeline/upload-to-nextcloud.yaml +++ b/pipeline/upload-to-nextcloud.yaml @@ -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 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 - <