Skip to content

Commit

Permalink
CIV-000 appinsights-connection-string correct name for vault (#3680)
Browse files Browse the repository at this point in the history
* appinsights-connection-string name for vault

* 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
asthamalviya and hmcts-jenkins-a-to-c[bot] authored Dec 4, 2023
1 parent 0824a6b commit f0bae6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.56
version: 0.0.57
maintainers:
- name: HMCTS Civil team

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

0 comments on commit f0bae6c

Please sign in to comment.