Skip to content

Commit 0fd42de

Browse files
committed
fix: hide banner in production by setting BANNER_COLOUR to empty string
1 parent fc6f696 commit 0fd42de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/eagle-api/values-prod.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121
API_HOSTNAME: projects.eao.gov.bc.ca
2222
API_LOCATION: "https://projects.eao.gov.bc.ca"
2323
ENVIRONMENT: prod
24+
BANNER_COLOUR: ""
2425
CHES_ENDPOINT: "https://ches.api.gov.bc.ca/api/v1"
2526
GETOK_ENDPOINT: "https://sso.pathfinder.gov.bc.ca"
2627
ANALYTICS_DEBUG: "false"

0 commit comments

Comments
 (0)