Skip to content

Commit

Permalink
FACT-1632 switch to use flex creds (#1536)
Browse files Browse the repository at this point in the history
* Updated names for db secrets to use flexi

* Bumping chart version/ fixing aliases

---------

Co-authored-by: hmcts-jenkins-j-to-z <61242337+hmcts-jenkins-j-to-z[bot]@users.noreply.github.com>
  • Loading branch information
joshblackmoor and hmcts-jenkins-j-to-z[bot] committed Mar 4, 2024
1 parent 31c9239 commit 055c449
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/reform-scan-notification-service/Chart.yaml
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: A Helm chart for Reform Scan Notification Service
name: reform-scan-notification-service
home: https://github.com/hmcts/reform-scan-notification-service
version: 2.0.10
version: 2.0.11
maintainers:
- name: HMCTS BSP Team
email: bspteam@hmcts.net
Expand Down
10 changes: 5 additions & 5 deletions charts/reform-scan-notification-service/values.yaml
Expand Up @@ -14,15 +14,15 @@ java:
alias: clients.error-notifications.url
- name: error-notifications-username
alias: clients.error-notifications.username
- name: notification-service-POSTGRES-PASS
- name: notification-service-POSTGRES-FLEXIBLE-PASS
alias: DB_PASSWORD
- name: notification-service-POSTGRES-USER
- name: notification-service-POSTGRES-FLEXIBLE-USER
alias: DB_USER
- name: notification-service-POSTGRES-HOST
- name: notification-service-POSTGRES-FLEXIBLE-HOST
alias: DB_HOST
- name: notification-service-POSTGRES-PORT
- name: notification-service-POSTGRES-FLEXIBLE-PORT
alias: DB_PORT
- name: notification-service-POSTGRES-DATABASE
- name: notification-service-POSTGRES-FLEXIBLE-DATABASE
alias: DB_NAME
- name: notification-queue-listen-shared-access-key-premium
alias: QUEUE_READ_ACCESS_KEY
Expand Down

0 comments on commit 055c449

Please sign in to comment.