Skip to content

Commit a7f890c

Browse files
authored
Merge pull request #736 from citizensadvice/enable-new-csr-url-non-prod
Enable FF_NEW_CSR_URL in non-prod envs
2 parents 0e79b58 + 8a94bce commit a7f890c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infrastructure/app/stages/dev.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ingress:
77
staticConfig:
88
static:
99
- https://cdn.develop.content.citizensadvice.org.uk/consumer/energy/energy-supply/save-energy-at-home/check-how-much-your-electrical-appliances-cost-to-use/
10-
- https://cdn.develop.content.citizensadvice.org.uk/consumer/your-energy/get-a-better-energy-deal/compare-domestic-energy-suppliers-customer-service/
10+
- https://cdn.develop.content.citizensadvice.org.uk/consumer/energy/energy-supply/get-a-better-energy-deal/compare-domestic-energy-suppliers-customer-service/
1111
enabled: true
1212
restrictToCdn: true
1313
annotations:
@@ -21,3 +21,4 @@ envVars:
2121
USE_TEST_SUPPLIERS: ${{ vars.USE_TEST_SUPPLIERS }}
2222
FF_SMALL_SUPPLIER_STARS: ${{ vars.FF_SMALL_SUPPLIER_STARS }}
2323
FF_NEW_CSR_DATA: ${{ vars.FF_NEW_CSR_DATA }}
24+
FF_NEW_CSR_URL: ${{ vars.FF_NEW_CSR_URL }}

0 commit comments

Comments
 (0)