From 4b3efa54143413b08f22c62857208bce2ede7357 Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Thu, 12 Sep 2024 11:32:01 +0200 Subject: [PATCH] pr_check: remove resources for notifications This was suggested to us as fix for the deployment --- pr_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_check.sh b/pr_check.sh index fd6a07b5..e972c9b1 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -38,7 +38,7 @@ export APP_NAME="image-builder-crc" export DEPLOY_TIMEOUT="1200" export REF_ENV="insights-stage" # overwrites any resource limits imposed by bonfire -export COMPONENTS_W_RESOURCES="compliance" +export COMPONENTS_W_RESOURCES="compliance notifications-backend notifications-engine" source "$CICD_ROOT"/deploy_ephemeral_env.sh