Skip to content

Commit

Permalink
enable wl identity by default (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
adusumillipraveen authored Oct 2, 2023
1 parent a62434f commit 9ed9e7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
11 changes: 2 additions & 9 deletions ci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,11 @@ secrets:
disabled: true
prometheus:
enabled: true
aadIdentityName: money-claims
keyVaults:
"cmc":
"plumsi":
excludeEnvironmentSuffix: false
secrets:
- smoke-test-citizen-username
- smoke-test-user-password
- os-postcode-lookup-api-key
- AppInsightsInstrumentationKey
- citizen-oauth-client-secret
- citizen-draft-store-primary
- citizen-cookie-encryption-key
- test-secret
postgresql:
enabled: true
global:
Expand Down
2 changes: 1 addition & 1 deletion java/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords:

dependencies:
- name: library
version: 2.0.16
version: 2.0.17
repository: https://hmctspublic.azurecr.io/helm/v1/repo/
- name: postgresql
version: 12.11.1
Expand Down
2 changes: 1 addition & 1 deletion java/templates/secretproviderclass.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{- template "hmcts.secretproviderclass.v4.tpl" . -}}
{{- template "hmcts.secretproviderclass.v5.tpl" . -}}
1 change: 1 addition & 0 deletions java/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ autoscaling:
memory:
enabled: true
averageUtilization: 80
useWorkloadIdentity: true

0 comments on commit 9ed9e7a

Please sign in to comment.