From dcd05c89bc37243e6afbd8d357a39630cfa6a1b6 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Fri, 27 Aug 2021 15:44:06 -0400 Subject: [PATCH] fix: Enable AppStream and Egress Store (#682) Co-authored-by: Tim Nguyen --- main/end-to-end-tests/e2eGitHubConfig.AppStreamEgress.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main/end-to-end-tests/e2eGitHubConfig.AppStreamEgress.yml b/main/end-to-end-tests/e2eGitHubConfig.AppStreamEgress.yml index 1ce437dc60..6c45a37365 100644 --- a/main/end-to-end-tests/e2eGitHubConfig.AppStreamEgress.yml +++ b/main/end-to-end-tests/e2eGitHubConfig.AppStreamEgress.yml @@ -1,5 +1,7 @@ # Config value for GitHub actions deployment awsRegion: us-east-1 solutionName: swb -envType: tre +envType: secure createServiceCatalogPortfolio: true +isAppStreamEnabled: true +enableEgressStore: 'true'