Skip to content
Snippets Groups Projects
Commit d7c0d9f2 authored by Mikhail Piatliou (EPAM)'s avatar Mikhail Piatliou (EPAM)
Browse files

GONRG-8976: move oetp-server property to common bootstrap data

parent 69782ed1
No related branches found
No related tags found
1 merge request!501GONRG-8976: move oetp-server property to common bootstrap data
Pipeline #231816 failed
......@@ -69,6 +69,10 @@ gc_system_partition_data() {
"entitlements.datasource.schema": {
"sensitive": true,
"value": "ENT_PG_SCHEMA_${DATA_PARTITION_ID_UPPER}"
},
"reservoir-connection": {
"sensitive": true,
"value": "RESERVOIR_POSTGRES_CONN_STRING_OSDU"
}
}
}
......@@ -90,10 +94,6 @@ gc_additional_partition_data() {
"index-augmenter-enabled": {
"sensitive": false,
"value": "${INDEXER_AUGMENTER_ENABLED}"
},
"reservoir-connection": {
"sensitive": true,
"value": "RESERVOIR_POSTGRES_CONN_STRING_OSDU"
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment