We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d841abb commit 2d5e926Copy full SHA for 2d5e926
.tekton/deploy-to-openshift.yaml
@@ -62,6 +62,9 @@ spec:
62
VERSION=$(params.dev-version)
63
fi
64
65
+ # FIXME: this is manually deployed currently
66
+ REGISTRY_SECRET="quay-secret"
67
+
68
echo "🔧 Using namespace: $NS"
69
echo "🔧 Using project_name: $PROJECT_NAME"
70
echo "🔧 Using image_tag_base: $IMAGE_TAG_BASE"
@@ -74,7 +77,7 @@ spec:
74
77
sleep 3
75
78
76
79
echo "🚀 Reinstalling OpenShift deployment..."
- 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
81
82
echo "⏳ Waiting 20 seconds before verifying resources..."
83
sleep 20
0 commit comments