Skip to content

Commit

Permalink
[VAS-832] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed May 23, 2024
1 parent df0b12c commit 1ad8f11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ microservice-chart:
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
MONGODB_CONNECTION_URI: 'notices-mongo-connection-string'
TEMPLATE_STORAGE_CONN_STRING: 'templates-storage-account-connection-string'
INSTITUTION_STORAGE_CONN_STRING: 'institutions_storage_account_connection_string'
NOTICE_STORAGE_CONN_STRING: 'notices_storage_account_connection_string'
INSTITUTION_STORAGE_CONN_STRING: 'institutions-storage-account-connection-string'
NOTICE_STORAGE_CONN_STRING: 'notices-storage-account-connection-string'
KAFKA_SASL_JAAS_CONFIG: 'ehub-d-notice-jaas-config'
AES_SECRET_KEY: 'aes-key'
AES_SALT: 'aes-salt'
Expand Down
5 changes: 2 additions & 3 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ microservice-chart:
APPLICATIONINSIGHTS_CONNECTION_STRING: 'app-insight-connection-string'
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
MONGODB_CONNECTION_URI: 'notices-mongo-connection-string'
TEMPLATE_STORAGE_CONN_STRING: 'templates_storage_account_connection_string'
INSTITUTION_STORAGE_CONN_STRING: 'institutions_storage_account_connection_string'
NOTICE_STORAGE_CONN_STRING: 'notices_storage_account_connection_string'
INSTITUTION_STORAGE_CONN_STRING: 'institutions-storage-account-connection-string'
NOTICE_STORAGE_CONN_STRING: 'notices-storage-account-connection-string'
KAFKA_SASL_JAAS_CONFIG: 'ehub-p-notice-jaas-config'
AES_SECRET_KEY: 'aes-key'
AES_SALT: 'aes-salt'
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ microservice-chart:
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
MONGODB_CONNECTION_URI: 'notices-mongo-connection-string'
TEMPLATE_STORAGE_CONN_STRING: 'templates_storage_account_connection_string'
INSTITUTION_STORAGE_CONN_STRING: 'institutions_storage_account_connection_string'
NOTICE_STORAGE_CONN_STRING: 'notices_storage_account_connection_string'
INSTITUTION_STORAGE_CONN_STRING: 'institutions-storage-account-connection-string'
NOTICE_STORAGE_CONN_STRING: 'notices-storage-account-connection-string'
KAFKA_SASL_JAAS_CONFIG: 'ehub-u-notice-jaas-config'
AES_SECRET_KEY: 'aes-key'
AES_SALT: 'aes-salt'
Expand Down

0 comments on commit 1ad8f11

Please sign in to comment.