Skip to content

Commit

Permalink
Reconfigure namespace setup in deployment script (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavolira authored Dec 6, 2024
1 parent 8d80488 commit d871ec6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ibm/pipelines/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit d871ec6

Please sign in to comment.