Skip to content

Commit d3bf3ba

Browse files
committed
fix secret
1 parent 41f2961 commit d3bf3ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

helm/values-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ microservice-chart:
9797
OTEL_TRACES_SAMPLER: "always_on"
9898
envSecret:
9999
# required
100-
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-d-connection-string'
100+
APPLICATIONINSIGHTS_CONNECTION_STRING: 'azure-insight-connection-string'
101101
DB_PAGOPA_POSTGRES_PASSWORD: "db-cfg-password"
102102
DB_NEXI_POSTGRES_PASSWORD: "db-nexi-cfg-password"
103103
DB_NEXI_ORACLE_PASSWORD: "oracle-db-cfg-password"

helm/values-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ microservice-chart:
9797
OTEL_TRACES_SAMPLER: "always_on"
9898
envSecret:
9999
# required
100-
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-p-connection-string'
100+
APPLICATIONINSIGHTS_CONNECTION_STRING: 'azure-insight-connection-string'
101101
DB_PAGOPA_POSTGRES_PASSWORD: "db-cfg-password"
102102
DB_NEXI_POSTGRES_PASSWORD: "db-nexi-cfg-password"
103103
DB_NEXI_ORACLE_PASSWORD: "oracle-db-cfg-password"

helm/values-uat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ microservice-chart:
9797
OTEL_TRACES_SAMPLER: "always_on"
9898
envSecret:
9999
# required
100-
APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-u-connection-string'
100+
APPLICATIONINSIGHTS_CONNECTION_STRING: 'azure-insight-connection-string'
101101
DB_PAGOPA_POSTGRES_PASSWORD: "db-cfg-password"
102102
DB_NEXI_POSTGRES_PASSWORD: "db-nexi-cfg-password"
103103
DB_NEXI_ORACLE_PASSWORD: "oracle-db-cfg-password"

0 commit comments

Comments
 (0)