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 18, 2024
1 parent fa7bb42 commit 88038a3
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
@@ -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:
@@ -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:
Binary file modified helm_deploy/apply-for-legal-aid/values-uat.yaml
Binary file not shown.

0 comments on commit 88038a3

Please sign in to comment.