Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Update app insights key secret name (#478)
Browse files Browse the repository at this point in the history
* Update app insights key secret name

* Bumping chart version

Co-authored-by: hmcts-jenkins-rd <62425331+hmcts-jenkins-rd[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 1806360 commit 1715680
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/rd-profile-sync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.1"
description: Reference data service for professional users
name: rd-profile-sync
version: 0.0.11
version: 0.0.12
dependencies:
- name: java
version: ~3.4.4
Expand Down
3 changes: 2 additions & 1 deletion charts/rd-profile-sync/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ java:
rd:
secrets:
- profile-sync-s2s-secret
- OAUTH2-AUTH
- OAUTH2-AUTH
- ApplicationInsightsInstrumentationKey
2 changes: 1 addition & 1 deletion charts/rd-profile-sync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ java:
secrets:
- profile-sync-s2s-secret
- profile-sync-POSTGRES-PASS
- AppInsightsInstrumentationKey
- ApplicationInsightsInstrumentationKey
- OAUTH2-CLIENT-SECRET
- OAUTH2-AUTH
- OAUTH2-CLIENT-AUTH
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spring:
OAUTH2-CLIENT-AUTH: idam.api.client-authorization
SEARCH-QUERY-FROM: scheduler.hours
CRON-SCHEDULE: scheduler.config
AppInsightsInstrumentationKey: azure.application-insights.instrumentation-key
ApplicationInsightsInstrumentationKey: azure.application-insights.instrumentation-key

0 comments on commit 1715680

Please sign in to comment.