Skip to content

Commit

Permalink
add changes in values preview template
Browse files Browse the repository at this point in the history
  • Loading branch information
zikrurR committed Feb 7, 2024
1 parent 23020a2 commit b4fa754
Showing 1 changed file with 53 additions and 22 deletions.
75 changes: 53 additions & 22 deletions charts/cmc-citizen-frontend/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ nodejs:
FEATURE_TOGGLES_API_URL: http://${SERVICE_NAME}-ftr-tgl
CLAIM_STORE_URL: http://${SERVICE_NAME}-claim-store
PAY_RETURN_URL: https://${SERVICE_FQDN}
CUI_URL: https://civil-citizen-ui.{{ .Values.global.environment }}.platform.hmcts.net

# config to make non prod testing easier
FEATURE_TESTING_SUPPORT: true
Expand Down Expand Up @@ -84,26 +83,58 @@ cmc-claim-store:
cmc:
resourceGroup: cmc
secrets:
- AppInsightsInstrumentationKey
- citizen-oauth-client-secret
- claim-store-s2s-secret
- anonymous-caseworker-username
- anonymous-caseworker-password
- system-update-username
- system-update-password
- notify-api-key
- milo-recipient
- staff-email
- live-support-email
- rpa-email-sealed-claim
- rpa-email-more-time-requested
- rpa-email-response
- rpa-email-ccj
- rpa-email-paid-in-full
- launchDarkly-sdk-key
- sendgrid-api-key
- staff-email-legal-rep
- rpa-email-breathing-space
- name: claim-store-db-password
alias: CLAIM_STORE_DB_PASSWORD
- name: AppInsightsInstrumentationKey
alias: azure.application-insights.instrumentation-key
- name: cmc-db-password-v15
alias: CMC_DB_PASSWORD
- name: cmc-db-username-v15
alias: CMC_DB_USERNAME
- name: cmc-db-host-v15
alias: CMC_DB_HOST
- name: citizen-oauth-client-secret
alias: oauth2.client.secret
- name: claim-store-s2s-secret
alias: idam.s2s-auth.totp_secret
- name: anonymous-caseworker-username
alias: idam.caseworker.anonymous.username
- name: anonymous-caseworker-password
alias: idam.caseworker.anonymous.password
- name: system-update-username
alias: idam.caseworker.system.username
- name: system-update-password
alias: idam.caseworker.system.password
- name: notify-api-key
alias: GOV_NOTIFY_API_KEY
- name: milo-recipient
alias: MILO_CSV_RECIPIENT
- name: staff-email
alias: staff-notifications.recipient
- name: live-support-email
alias: live-support.recipient
- name: rpa-email-sealed-claim
alias: rpa.notifications.sealedClaimRecipient
- name: rpa-email-breathing-space
alias: rpa.notifications.breathingSpaceRecipient
- name: rpa-email-legal-sealed-claim
alias: rpa.notifications.legalSealedClaimRecipient
- name: rpa-email-more-time-requested
alias: rpa.notifications.moreTimeRequestedRecipient
- name: rpa-email-response
alias: rpa.notifications.responseRecipient
- name: rpa-email-ccj
alias: rpa.notifications.countyCourtJudgementRecipient
- name: rpa-email-paid-in-full
alias: rpa.notifications.paidInFullRecipient
- name: launchDarkly-sdk-key
alias: LAUNCH_DARKLY_SDK_KEY
- name: sendgrid-api-key
alias: SENDGRID_API_KEY
- name: staff-email-legal-rep
alias: staff-notifications.legalRecipient
- name: appinsights-connection-string
alias: appinsights-connection-string
environment:
LOG_LEVEL: DEBUG
DOC_ASSEMBLY_URL: http://dg-docassembly-aat.service.core-compute-aat.internal
Expand Down Expand Up @@ -271,4 +302,4 @@ ccd:
logstash:
image:
tag: ccd-cmc-logstash-latest

0 comments on commit b4fa754

Please sign in to comment.