mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Removed setup operator code block for s390x (#5761)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user