Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-catalano committed Apr 18, 2024
1 parent 51be595 commit 9480785
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ microservice-chart:
RIVERSAMENTO_ENABLED: "true"
RIVERSAMENTO_SOURCE: "pagopa-postgres"
RIVERSAMENTO_TARGET: "nexi-oracle"
CDI_PREFERENCES_TABLE: cdi_preferences_table
ELENCO_SERVIZI_TABLE: elenco_servizi_table
CDI_PREFERENCES_TABLE: CDI_PREFERENCES_TABLE
ELENCO_SERVIZI_TABLE: ELENCO_SERVIZI_TABLE
envSecret:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'azure-insight-connection-string'
Expand Down
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ microservice-chart:
RIVERSAMENTO_ENABLED: "true"
RIVERSAMENTO_SOURCE: "pagopa-postgres"
RIVERSAMENTO_TARGET: "nexi-oracle"
CDI_PREFERENCES_TABLE: cdi_preferences_table
ELENCO_SERVIZI_TABLE: elenco_servizi_table
CDI_PREFERENCES_TABLE: CDI_PREFERENCES_TABLE
ELENCO_SERVIZI_TABLE: ELENCO_SERVIZI_TABLE
envSecret:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'azure-insight-connection-string'
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ microservice-chart:
RIVERSAMENTO_ENABLED: "true"
RIVERSAMENTO_SOURCE: "pagopa-postgres"
RIVERSAMENTO_TARGET: "nexi-oracle"
CDI_PREFERENCES_TABLE: cdi_preferences_table
ELENCO_SERVIZI_TABLE: elenco_servizi_table
CDI_PREFERENCES_TABLE: CDI_PREFERENCES_TABLE
ELENCO_SERVIZI_TABLE: ELENCO_SERVIZI_TABLE
envSecret:
# required
APPLICATIONINSIGHTS_CONNECTION_STRING: 'azure-insight-connection-string'
Expand Down

0 comments on commit 9480785

Please sign in to comment.