Skip to content

Commit 6ece3fe

Browse files
committed
fix typo in oc command - use right cap
1 parent ec5bedc commit 6ece3fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

9.0.x/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ spec:
172172
#!/usr/bin/env bash
173173
174174
# Get the status of the ImageRegistry resource
175-
status=$(oc get config cluster -o jsonpath='{.items[0].status.conditions[?(@.type=="Available")].Reason}')
175+
status=$(oc get config -o jsonpath='{.items[0].status.conditions[?(@.type=="Available")].reason}')
176176
177177
if [[ "$status" == "Ready" ]]; then
178178
echo "OpenShift Container Registry is ready"

0 commit comments

Comments
 (0)