Skip to content

Commit 9480785

Browse files
wip
1 parent 51be595 commit 9480785

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

helm/values-dev.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ microservice-chart:
9898
RIVERSAMENTO_ENABLED: "true"
9999
RIVERSAMENTO_SOURCE: "pagopa-postgres"
100100
RIVERSAMENTO_TARGET: "nexi-oracle"
101-
CDI_PREFERENCES_TABLE: cdi_preferences_table
102-
ELENCO_SERVIZI_TABLE: elenco_servizi_table
101+
CDI_PREFERENCES_TABLE: CDI_PREFERENCES_TABLE
102+
ELENCO_SERVIZI_TABLE: ELENCO_SERVIZI_TABLE
103103
envSecret:
104104
# required
105105
APPLICATIONINSIGHTS_CONNECTION_STRING: 'azure-insight-connection-string'

helm/values-prod.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ microservice-chart:
9999
RIVERSAMENTO_ENABLED: "true"
100100
RIVERSAMENTO_SOURCE: "pagopa-postgres"
101101
RIVERSAMENTO_TARGET: "nexi-oracle"
102-
CDI_PREFERENCES_TABLE: cdi_preferences_table
103-
ELENCO_SERVIZI_TABLE: elenco_servizi_table
102+
CDI_PREFERENCES_TABLE: CDI_PREFERENCES_TABLE
103+
ELENCO_SERVIZI_TABLE: ELENCO_SERVIZI_TABLE
104104
envSecret:
105105
# required
106106
APPLICATIONINSIGHTS_CONNECTION_STRING: 'azure-insight-connection-string'

helm/values-uat.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ microservice-chart:
9898
RIVERSAMENTO_ENABLED: "true"
9999
RIVERSAMENTO_SOURCE: "pagopa-postgres"
100100
RIVERSAMENTO_TARGET: "nexi-oracle"
101-
CDI_PREFERENCES_TABLE: cdi_preferences_table
102-
ELENCO_SERVIZI_TABLE: elenco_servizi_table
101+
CDI_PREFERENCES_TABLE: CDI_PREFERENCES_TABLE
102+
ELENCO_SERVIZI_TABLE: ELENCO_SERVIZI_TABLE
103103
envSecret:
104104
# required
105105
APPLICATIONINSIGHTS_CONNECTION_STRING: 'azure-insight-connection-string'

0 commit comments

Comments
 (0)