Skip to content

Commit

Permalink
Updated aat template with correct servicebus (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblackmoor authored Nov 27, 2023
1 parent 435bb8a commit a12d5ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/bulk-scan-processor/values.aat.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ java:
alias: S2S_SECRET
- name: flyway-password
alias: flyway.password
- name: envelopes-staging-queue-send-shared-access-key
- name: envelopes-queue-send-shared-access-key-premium
alias: QUEUE_ENVELOPE_SEND_ACCESS_KEY
- name: notifications-queue-send-shared-access-key
- name: notifications-queue-send-shared-access-key-premium
alias: QUEUE_NOTIFICATIONS_SEND_ACCESS_KEY
- name: processed-envelopes-staging-queue-listen-shared-access-key
- name: processed-envelopes-queue-listen-shared-access-key-premium
alias: QUEUE_PROCESSED_ENVELOPES_READ_ACCESS_KEY
- name: storage-account-staging-name
alias: storage.account_name
Expand Down Expand Up @@ -66,4 +66,4 @@ java:
QUEUE_ENVELOPE_NAME: "envelopes-staging"
QUEUE_PROCESSED_ENVELOPES_NAME: "processed-envelopes-staging"
STORAGE_URL: https://bulkscanaatstaging.blob.core.windows.net
QUEUE_NOTIFICATIONS_NAMESPACE: reform-scan-servicebus-{{ .Values.global.environment }}
QUEUE_NOTIFICATIONS_NAMESPACE: reform-scan-servicebus-{{ .Values.global.environment }}-premium

0 comments on commit a12d5ff

Please sign in to comment.