Skip to content

Commit 46172c2

Browse files
add keys at global level (#1058)
Co-authored-by: nikhila-aot <38471389+nikhila-aot@users.noreply.github.com>
1 parent 95e5c60 commit 46172c2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

charts/app/values.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ global:
2626
enabled: false
2727
KEYCLOAK_SITE_SERVICE_CLIENT_ID: site-service # note: KEYCLOAK_SITE_SERVICE_CLIENT_SECRET is handled in github secrets.
2828
KEYCLOAK_TOKEN_URL: https://epd-keycloak-prod.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/protocol/openid-connect/token
29+
VITE_COMS_API: 'https://epd-coms-dev.apps.silver.devops.gov.bc.ca/api/v1/'
30+
VITE_S3_STORAGE_REGION: 'ca-central-1'
31+
VITE_COMS_BUCKET: 'bucket'
32+
VITE_COMS_OBJECT: 'object'
2933
#-- domain of the application, it is required, apps.silver.devops.gov.bc.ca for silver cluster and apps.devops.gov.bc.ca for gold cluster
3034
domain: "apps.silver.devops.gov.bc.ca" # it is apps.gold.devops.gov.bc.ca for gold cluster
3135
#-- the database Alias gives a nice way to switch to different databases, crunchy, patroni ... etc.
@@ -62,11 +66,6 @@ backend:
6266
pdb:
6367
enabled: true # enable it in PRODUCTION for having pod disruption budget.
6468
minAvailable: 1 # the minimum number of pods that must be available during the disruption budget.
65-
config:
66-
VITE_COMS_API: 'https://epd-coms-dev.apps.silver.devops.gov.bc.ca/api/v1/'
67-
VITE_S3_STORAGE_REGION: 'ca-central-1'
68-
VITE_COMS_BUCKET: 'bucket'
69-
VITE_COMS_OBJECT: 'object'
7069
#-- the components of the application, frontend.
7170
frontend:
7271
# -- enable or disable a component deployment.

0 commit comments

Comments
 (0)