Skip to content

Commit

Permalink
Switch to use flexi creds as default (#3250)
Browse files Browse the repository at this point in the history
* TEST COMMIT

* update values.yaml

* Bumping chart version/ fixing aliases

---------

Co-authored-by: hmcts-jenkins-a-to-c <62422075+hmcts-jenkins-a-to-c[bot]@users.noreply.github.com>
  • Loading branch information
1 parent fe52d45 commit fe821c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/bulk-scan-processor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: bulk-scan-processor
apiVersion: v2
home: https://github.com/hmcts/bulk-scan-processor
version: 1.0.21
version: 1.0.22
description: HMCTS Bulk scan processor service
maintainers:
- name: HMCTS BSP Team
Expand Down
16 changes: 8 additions & 8 deletions charts/bulk-scan-processor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ java:
STORAGE_BLOB_PUBLIC_KEY: "nonprod_public_key.der"
STORAGE_URL: https://bulkscan{{ .Values.global.environment }}.blob.core.windows.net
BULK_SCANNING_DB_PORT: "5432"
FLYWAY_URL: jdbc:postgresql://bulk-scan-processor-postgres-db-v11-{{ .Values.global.environment }}.postgres.database.azure.com:5432/bulk_scan?sslmode=require
FLYWAY_USER: bulk_scanner@bulk-scan-processor-postgres-db-v11-{{ .Values.global.environment }}
FLYWAY_URL: jdbc:postgresql://bulk-scan-processor-flexible-postgres-db-v15-{{ .Values.global.environment }}.postgres.database.azure.com:5432/bulk_scan?sslmode=require
FLYWAY_USER: bulk_scanner
FLYWAY_NOOP_STRATEGY: "true"
PROCESS_PAYMENTS_ENABLED: "true"
DELETE_REJECTED_FILES_ENABLED: "true"
Expand All @@ -51,19 +51,19 @@ java:
keyVaults:
"bulk-scan":
secrets:
- name: processor-POSTGRES-PASS
- name: processor-POSTGRES-FLEXIBLE-PASS
alias: BULK_SCANNING_DB_PASSWORD
- name: processor-POSTGRES-USER
- name: processor-POSTGRES-FLEXIBLE-USER
alias: BULK_SCANNING_DB_USER_NAME
- name: processor-POSTGRES-DATABASE
- name: processor-POSTGRES-FLEXIBLE-DATABASE
alias: BULK_SCANNING_DB_NAME
- name: processor-POSTGRES-HOST
- name: processor-POSTGRES-FLEXIBLE-HOST
alias: BULK_SCANNING_DB_HOST
- name: processor-POSTGRES-PORT
- name: processor-POSTGRES-FLEXIBLE-PORT
alias: BULK_SCANNING_DB_PORT
- name: s2s-secret
alias: S2S_SECRET
- name: processor-POSTGRES-PASS
- name: processor-POSTGRES-FLEXIBLE-PASS
alias: flyway.password
- name: envelopes-queue-send-shared-access-key-premium
alias: QUEUE_ENVELOPE_SEND_ACCESS_KEY
Expand Down

0 comments on commit fe821c2

Please sign in to comment.