We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0172e commit 777347cCopy full SHA for 777347c
1 file changed
9.0.x/pipeline.yaml
@@ -170,7 +170,7 @@ spec:
170
params:
171
- name: SCRIPT
172
value: |
173
- status=$(oc get config -o jsonpath='{.items[0].status.conditions[?(@.type=="Available")].reason}')
+ status=$(oc get configs.imageregistry.operator.openshift.io cluster -o jsonpath='{.status.conditions[?(@.type=="Available")].reason}')
174
175
TIMEOUT_SECONDS=300
176
while [[ "$status" != "Ready" ]] && [[ $SECONDS -lt $TIMEOUT_SECONDS ]]; do
0 commit comments