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:
parent
9637a86351
commit
e04be4d6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue