diff --git a/.ibm/pipelines/utils.sh b/.ibm/pipelines/utils.sh index c8fe52b958..65f0632800 100755 --- a/.ibm/pipelines/utils.sh +++ b/.ibm/pipelines/utils.sh @@ -608,8 +608,7 @@ initiate_deployments() { install_crunchy_postgres_operator add_helm_repos - - uninstall_helmchart "${NAME_SPACE}" "${RELEASE_NAME}" + configure_namespace ${NAME_SPACE} # Deploy redis cache db. oc apply -f "$DIR/resources/redis-cache/redis-deployment.yaml" --namespace="${NAME_SPACE}"