Skip to content

Commit

Permalink
Update deployment/clowdapp.yml with new bundles_skus_allow_list variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen-Yi-Dong committed Aug 22, 2023
1 parent 80500be commit 846a7f4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions deployment/clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ objects:
value: 'true'
- name: ENT_RUN_BUNDLE_SYNC
value: ${RUN_BUNDLE_SYNC}
- name: SERVICE_MIGRATE_AND_SEED_ON_INIT
value: 'true'
- name: WORKER_MIGRATE_AND_SEED_ON_INIT
value: 'false'
- name: ENT_CERT
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -115,6 +111,8 @@ objects:
value: ${SUBS_CACHE_MAX_SIZE}
- name: ENT_SUBS_CACHE_ITEM_PRUNE
value: ${SUBS_CACHE_ITEM_PRUNE}
- name: BUNDLES_SKUS_ALLOW_LIST
value; ${BUNDLES_SKU_ALLOW_LIST}
- name: GLITCHTIP_DSN
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -241,3 +239,6 @@ parameters:
- description: ClowdEnv Name
name: ENV_NAME
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

0 comments on commit 846a7f4

Please sign in to comment.