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 bdf6407 commit 9fc63ecCopy full SHA for 9fc63ec
scripts/deploy-community-operator.sh
@@ -22,7 +22,7 @@ fi
22
# shellcheck disable=SC2143 # Use ! grep -q.
23
if [[ -z "$(oc get packagemanifests | grep hazelcast 2>/dev/null)" ]]; then
24
echo "hazelcast package was not found in the catalog, skipping installation"
25
- exit 0
+ exit 1
26
fi
27
echo "hazelcast package found, starting installation"
28
0 commit comments