Skip to content

Commit

Permalink
Removed setup operator code block for s390x (#5761)
Browse files Browse the repository at this point in the history
  • Loading branch information
surenderky authored May 25, 2022
1 parent 44203d7 commit fa2a1e0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/configure-cluster/common/setup-operators.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ if [ "$KUBERNETES" == "true" ]; then

# install "service-binding-operator" using "kubectl" in "operators" namespace; use "operatorhubio-catalog" catalog source from "olm" namespace
install_service_binding_operator kubectl operators service-binding-operator operatorhubio-catalog olm
elif [ $(uname -m) == "s390x" ]; then
# create "operator-ibm-catalog" CatalogSource for s390x
oc apply -f https://raw.githubusercontent.com/redhat-developer/odo/main/docs/website/manifests/catalog-source-$(uname -m).yaml

# install "cloud-native-postgresql" using "oc" in "openshift-operators" namespace; use "operator-ibm-catalog" catalog source from "openshift-marketplace" namespace
install_postgres_operator oc openshift-operators operator-ibm-catalog openshift-marketplace

# install "service-binding-operator" using "oc" in "openshift-operators" namespace; use "operator-ibm-catalog" catalog source from "openshift-marketplace" namespace
install_service_binding_operator oc openshift-operators service-binding-operator operator-ibm-catalog openshift-marketplace
else
# install "cloud-native-postgresql" using "oc" in "openshift-operators" namespace; use "certified-operators" catalog source from "openshift-marketplace" namespace
install_postgres_operator oc openshift-operators certified-operators openshift-marketplace
Expand Down

0 comments on commit fa2a1e0

Please sign in to comment.