Skip to content

Commit

Permalink
moving aat to use valyes yaml (#3177)
Browse files Browse the repository at this point in the history
* moving aat to use valyes yaml

* moving aat to use valyes yaml
  • Loading branch information
amstevenson authored Jul 27, 2023
1 parent 7134637 commit 6b81ef3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ withPipeline(type, product, component) {
env.TEST_STORAGE_ACCOUNT_URL = 'https://bulkscanaatstaging.blob.core.windows.net'
env.FLUX_FUNC_TEST = false
env.PROCESSED_ENVELOPES_QUEUE_NAME = 'processed-envelopes-staging'
env.PROCESSED_ENVELOPES_QUEUE_NAMESPACE = 'bulk-scan-servicebus-aat'
env.PROCESSED_ENVELOPES_QUEUE_NAMESPACE = 'bulk-scan-servicebus-aat-premium'
env.PROCESSED_ENVELOPES_QUEUE_WRITE_ACCESS_KEY_NAME = 'SendSharedAccessKey'
env.JMS_ENABLED = false
env.SPRING_PROFILES_ACTIVE = 'default'
Expand Down
1 change: 0 additions & 1 deletion charts/bulk-scan-processor/values.aat.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,4 @@ java:
QUEUE_ENVELOPE_NAME: "envelopes-staging"
QUEUE_PROCESSED_ENVELOPES_NAME: "processed-envelopes-staging"
STORAGE_URL: https://bulkscanaatstaging.blob.core.windows.net
QUEUE_NAMESPACE: bulk-scan-servicebus-{{ .Values.global.environment }}
QUEUE_NOTIFICATIONS_NAMESPACE: reform-scan-servicebus-{{ .Values.global.environment }}

0 comments on commit 6b81ef3

Please sign in to comment.