From 9197173ef64690a97dfa45b5b4851188c9ddfec3 Mon Sep 17 00:00:00 2001 From: Libor Pichler Date: Fri, 25 Aug 2023 10:01:45 +0200 Subject: [PATCH] Fix current bundles --- deployment/clowdapp.yml | 2 +- deployment/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/clowdapp.yml b/deployment/clowdapp.yml index cc6d9864..5dbdcbec 100644 --- a/deployment/clowdapp.yml +++ b/deployment/clowdapp.yml @@ -241,5 +241,5 @@ parameters: required: true - description: Application allows list for new bundles with skus to update the feature in the IT features API name: BUNDLES_SKUS_ALLOW_LIST - value: ansible,smart_management_rods,rhoam,rhosak,openshift,rhel + value: ansible,smart_management,rhods,rhoam,rhosak,openshift,acs required: false \ No newline at end of file diff --git a/deployment/deploy.yml b/deployment/deploy.yml index 916541b5..baab11ad 100644 --- a/deployment/deploy.yml +++ b/deployment/deploy.yml @@ -257,7 +257,7 @@ parameters: value: 'false' - description: Application allow list for new bundles with skus to update the feature in the IT features API name: BUNDLES_SKUS_ALLOW_LIST - value: ansible,smart_management_rods,rhoam,rhosak,openshift,rhel + value: ansible,smart_management,rhods,rhoam,rhosak,openshift,acs - description: Flag to determine whether or not to entitle all by default and mock calls to IT name: ENTITLE_ALL required: false