Skip to content

Commit 2d5e926

Browse files
shaneuttvMaroon
authored andcommitted
fix: add REGISTRY_SECRET to tektok ocp deploy
Signed-off-by: Shane Utt <shaneutt@linux.com>
1 parent d841abb commit 2d5e926

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.tekton/deploy-to-openshift.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ spec:
6262
VERSION=$(params.dev-version)
6363
fi
6464
65+
# FIXME: this is manually deployed currently
66+
REGISTRY_SECRET="quay-secret"
67+
6568
echo "🔧 Using namespace: $NS"
6669
echo "🔧 Using project_name: $PROJECT_NAME"
6770
echo "🔧 Using image_tag_base: $IMAGE_TAG_BASE"
@@ -74,7 +77,7 @@ spec:
7477
sleep 3
7578
7679
echo "🚀 Reinstalling OpenShift deployment..."
77-
make install-openshift NAMESPACE=$NS PROJECT_NAME=$PROJECT_NAME IMAGE_TAG_BASE=$IMAGE_TAG_BASE VERSION=$VERSION
80+
make install-openshift REGISTRY_SECRET=$REGISTRY_SECRET NAMESPACE=$NS PROJECT_NAME=$PROJECT_NAME IMAGE_TAG_BASE=$IMAGE_TAG_BASE VERSION=$VERSION
7881
7982
echo "⏳ Waiting 20 seconds before verifying resources..."
8083
sleep 20

0 commit comments

Comments
 (0)