diff --git a/pr_check.sh b/pr_check.sh index 0a9d05f2..c2c15f66 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -23,7 +23,7 @@ APP_NAME="ccx-data-pipeline" # name of app-sre "application" folder this compon REF_ENV="insights-production" COMPONENT_NAME="ccx-insights-results" # name of app-sre "resourceTemplate" in deploy.yaml for this component IMAGE="quay.io/cloudservices/insights-results-aggregator" -COMPONENTS="ccx-data-pipeline ccx-insights-results insights-content-service insights-results-smart-proxy ccx-mock-ams" # space-separated list of components to laod +COMPONENTS="ccx-data-pipeline ccx-insights-results insights-content-service insights-results-smart-proxy ccx-mock-ams" # space-separated list of components to load COMPONENTS_W_RESOURCES="" # component to keep CACHE_FROM_LATEST_IMAGE="true" DEPLOY_FRONTENDS="false"