From d4bfb5c4743bda95de52d570592e19532d2b05ee Mon Sep 17 00:00:00 2001 From: Brandon Schneider Date: Mon, 9 Sep 2024 13:08:15 -0500 Subject: [PATCH] We need host-inventory as well --- pr_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_check.sh b/pr_check.sh index 17034a54..6466fd0e 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -38,7 +38,7 @@ source $CICD_ROOT/deploy_ephemeral_env.sh # Re-deploy Playbook Dispatcher to an ephemeral environment, this time enabling the communication with Cloud Connector # The connect image template is overridden to make use of the connect.yaml file from before managed kafka was put in place -bonfire deploy playbook-dispatcher cloud-connector \ +bonfire deploy playbook-dispatcher cloud-connector host-inventory \ --source=appsre \ --ref-env ${REF_ENV} \ --set-template-ref ${COMPONENT_NAME}=${GIT_COMMIT} \