We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb7049 commit c1c381fCopy full SHA for c1c381f
hack/operator-build-deploy.sh
@@ -84,7 +84,7 @@ wait_for_resource "operator" "${OPERATOR}" "${NS}"
84
85
while true; do
86
set +e
87
- INSTALLED_CSV=$(oc get subscription "${OPERATOR}" -n "${NS}" -o jsonpath='{.status.installedCSV}')
+ INSTALLED_CSV=$(oc get subscriptions.operators.coreos.com "${OPERATOR}" -n "${NS}" -o jsonpath='{.status.installedCSV}')
88
if [ -z "${INSTALLED_CSV}" ]; then
89
sleep 10
90
else
0 commit comments