Skip to content

Commit

Permalink
AP-5288: TEMP: Update to use Dev CCMS
Browse files Browse the repository at this point in the history
This lets us log in as standard 'fake' users and
still submit to DEV
  • Loading branch information
colinbruce committed Nov 15, 2024
1 parent 5a4a9a0 commit 01ad473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm_deploy/apply-for-legal-aid/templates/_envs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ env:
- name: CCMS_SOA_AWS_GATEWAY_API_KEY
valueFrom:
secretKeyRef:
name: laa-apply-for-legalaid-secrets
name: dev-ccms-connection
key: ccmsSoaAwsGatewayApiKey
- name: CCMS_SOA_CLIENT_USERNAME
valueFrom:
secretKeyRef:
name: laa-apply-for-legalaid-secrets
name: dev-ccms-connection
key: ccmsSoaClientUsername
- name: CCMS_SOA_CLIENT_PASSWORD_TYPE
valueFrom:
Expand All @@ -123,7 +123,7 @@ env:
- name: CCMS_SOA_CLIENT_PASSWORD
valueFrom:
secretKeyRef:
name: laa-apply-for-legalaid-secrets
name: dev-ccms-connection
key: ccmsSoaClientPassword
- name: CCMS_SOA_USER_ROLE
valueFrom:
Expand Down
Binary file modified helm_deploy/apply-for-legal-aid/values-uat.yaml
Binary file not shown.

0 comments on commit 01ad473

Please sign in to comment.