pr_check: add hms apps to deployment command

We now have tests that integrate with other hsm apps so we need to
deploy them in ephemeral environments as well.
This commit is contained in:
Jakub Rusz 2023-03-29 09:24:50 +02:00 committed by Lucas Garfield
parent 9637a86351
commit e04be4d6d6

View file

@ -31,7 +31,7 @@ source <(curl -sSL $COMMON_BUILDER/src/frontend-build.sh)
# reserve ephemeral namespace
export DEPLOY_FRONTENDS="true"
export EXTRA_DEPLOY_ARGS="rhsm-api-proxy --set-template-ref rhsm-api-proxy=master"
export EXTRA_DEPLOY_ARGS="provisioning sources content-sources rhsm-api-proxy --set-template-ref rhsm-api-proxy=master --set-template-ref content-sources-backend=master"
export APP_NAME="image-builder-crc"
source "$CICD_ROOT"/deploy_ephemeral_env.sh