Skip to content

Commit

Permalink
case management api url
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Jul 12, 2024
1 parent 1cfce54 commit 2d79778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/app/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ data:
BC_GEOCODER_API_CLIENT_ID: {{ $bcGeocoderApiClientId | b64enc | quote }}
BC_GEOCODER_API_KEY: {{ $bcGeocoderApiKey | b64enc | quote }}
BC_GEOCODER_API_URL: {{ $bcGeocoderApiUrl | b64enc | quote }}
CASE_MANAGEMENT_API_URL: {{ $caseManagementApiUrl | b64enc | quote }}
CASE_MANAGEMENT_API_URL: {{ Values.global.secrets.caseManagementApiUrl | b64enc | quote }}
COMPLAINTS_API_KEY: {{ $caseManagementApiKey | b64enc | quote }}
POSTGRESQL_ENABLE_LOGGING: {{ $postgresqlEnableLogging | b64enc | quote }}
COMS_JWT_AUTH_URI: {{ $comsJwtAuthUri | b64enc | quote }}
Expand Down
2 changes: 1 addition & 1 deletion charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ global:
bcGeocoderApiClientId: ~
bcGeocoderApiKey: ~
bcGeocoderApiUrl: ~
caseManagementApiUrl: https://dc0a4a-compenf-dev-static-backend.apps.emerald.devops.gov.bc.ca/graphql
caseManagementApiUrl: "https://dc0a4a-compenf-dev-static-backend.apps.emerald.devops.gov.bc.ca/graphql"
postgresqlEnableLogging: false
comsJwtAuthUri: ~
cdogsUri: ~
Expand Down

0 comments on commit 2d79778

Please sign in to comment.