Skip to content

Commit

Permalink
Add CMA config
Browse files Browse the repository at this point in the history
  • Loading branch information
karlbaker02 committed Oct 25, 2024
1 parent f2cdf2b commit 114b4bd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions helm_deploy/laa-crime-evidence/templates/_environment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ env:
value: {{ .Values.sentry.sampleRate | quote }}
- name: LOG_LEVEL
value: {{ .Values.logging.level }}
- name: CMA_API_BASE_URL
value: {{ .Values.cmaApi.baseUrl }}
- name: CMA_API_OAUTH_URL
value: {{ .Values.cmaApi.oauthUrl }}
- name: CMA_API_OAUTH_CLIENT_ID
valueFrom:
secretKeyRef:
name: cma-api-oauth-client-id
key: CMA_API_OAUTH_CLIENT_ID
- name: CMA_API_OAUTH_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: cma-api-oauth-client-secret
key: CMA_API_OAUTH_CLIENT_SECRET
- name: MAAT_API_BASE_URL
value: {{ .Values.maatApi.baseUrl }}
- name: MAAT_API_OAUTH_URL
Expand Down
Binary file modified helm_deploy/laa-crime-evidence/values-dev.yaml
Binary file not shown.
Binary file modified helm_deploy/laa-crime-evidence/values-prod.yaml
Binary file not shown.
Binary file modified helm_deploy/laa-crime-evidence/values-test.yaml
Binary file not shown.
Binary file modified helm_deploy/laa-crime-evidence/values-uat.yaml
Binary file not shown.

0 comments on commit 114b4bd

Please sign in to comment.