Skip to content

Commit

Permalink
CIV-0000 AppInsightsInstrumentationKey as name for vault (#3679)
Browse files Browse the repository at this point in the history
* AppInsightsInstrumentationKey fix
---------

Co-authored-by: hmcts-jenkins-a-to-c <62422075+hmcts-jenkins-a-to-c[bot]@users.noreply.github.com>
  • Loading branch information
asthamalviya and hmcts-jenkins-a-to-c[bot] authored Dec 4, 2023
1 parent 7847b46 commit 0824a6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/civil-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: A Helm chart for civil-service App
name: civil-service
home: https://github.com/hmcts/civil-service
version: 0.0.55
version: 0.0.56
maintainers:
- name: HMCTS Civil team

Expand Down
4 changes: 3 additions & 1 deletion charts/civil-service/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ java:
alias: CIVIL_PRD_ADMIN_USERNAME
- name: prd-admin-user-password
alias: CIVIL_PRD_ADMIN_PASSWORD
- name: appinsights-connection-string
- name: app-insights-connection-string
alias: app-insights-connection-string
- name: AppInsightsInstrumentationKey
alias: azure.application-insights.instrumentation-key
- name: docmosis-api-key
alias: docmosis.tornado.key
Expand Down
4 changes: 3 additions & 1 deletion charts/civil-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ java:
alias: CIVIL_PRD_ADMIN_USERNAME
- name: prd-admin-user-password
alias: CIVIL_PRD_ADMIN_PASSWORD
- name: appinsights-connection-string
- name: app-insights-connection-string
alias: app-insights-connection-string
- name: AppInsightsInstrumentationKey
alias: azure.application-insights.instrumentation-key
- name: docmosis-api-key
alias: docmosis.tornado.key
Expand Down

0 comments on commit 0824a6b

Please sign in to comment.