We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b400b25 commit bc0172eCopy full SHA for bc0172e
1 file changed
9.0.x/pipeline.yaml
@@ -164,6 +164,9 @@ spec:
164
oc patch configmap/pipeline-output -p '{"data":{"Status":"Deployment Pipeline completed to install mas core."}}'
165
tasks:
166
- name: check-container-registry
167
+ taskRef:
168
+ kind: Task
169
+ name: ibm-pak
170
params:
171
- name: SCRIPT
172
value: |
@@ -181,7 +184,7 @@ spec:
181
184
sleep 10
182
185
183
186
# Update status
- status=$(oc get config -o jsonpath='{.items[0].status.conditions[?(@.type=="Available")].reason}')
187
+ status=$(oc get configs.imageregistry.operator.openshift.io cluster -o jsonpath='{.status.conditions[?(@.type=="Available")].reason}')
188
done
189
190
if [[ "$status" == "Ready" ]]; then
0 commit comments