From d48d4307bf82e48fc6f9d5279a6f30cffd610611 Mon Sep 17 00:00:00 2001 From: Omar Al Jaljuli Date: Wed, 11 Dec 2024 10:38:56 -0500 Subject: [PATCH] change function name to be called to deploy --- .ibm/pipelines/jobs/operator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ibm/pipelines/jobs/operator.sh b/.ibm/pipelines/jobs/operator.sh index 5dcf901684..6f3169f0c8 100644 --- a/.ibm/pipelines/jobs/operator.sh +++ b/.ibm/pipelines/jobs/operator.sh @@ -10,7 +10,7 @@ handle_operator() { export K8S_CLUSTER_ROUTER_BASE=$(oc get route console -n openshift-console -o=jsonpath='{.spec.host}' | sed 's/^[^.]*\.//') local url="https://backstage-${release_name}-${project}.${K8S_CLUSTER_ROUTER_BASE}" - initiate_deployments_operator + initiate_operator_deployments deploy_test_backstage_provider "${NAME_SPACE}" check_and_test "${RELEASE_NAME}" "${NAME_SPACE}" "${url}" check_and_test "${RELEASE_NAME_RBAC}" "${NAME_SPACE_RBAC}" "${url}"