Skip to content
Snippets Groups Projects
Commit 83d02929 authored by Gopal Dwivedi's avatar Gopal Dwivedi
Browse files

updating data_core.sh file

parent 57564353
No related branches found
No related tags found
1 merge request!658Override Changes for CIMPL Enviroment
Pipeline #313754 failed
......@@ -75,8 +75,6 @@ download_plugins:
rules:
- if: "$PROTECTED == '1'"
when: on_success
- if: "$CIMPL == '1'"
when: on_success
stages:
- review
......
......@@ -131,25 +131,13 @@ core_partition_data() {
"sensitive": true,
"value": "ELASTIC_PASS${PARTITION_SUFFIX}"
},
"elasticsearch.host": {
"sensitive": true,
"value": "ELASTIC_HOST${PARTITION_SUFFIX}"
},
"elasticsearch.port": {
"sensitive": true,
"value": "ELASTIC_PORT${PARTITION_SUFFIX}"
},
"elasticsearch.user": {
"sensitive": true,
"value": "ELASTIC_USER${PARTITION_SUFFIX}"
},
"elasticsearch.password": {
"sensitive": true,
"value": "ELASTIC_PASS${PARTITION_SUFFIX}"
"elasticsearch.8.https": {
"sensitive": false,
"value": "${ELASTIC_HTTPS}"
},
"index-augmenter-enabled": {
"elasticsearch.8.tls": {
"sensitive": false,
"value": "${INDEXER_AUGMENTER_ENABLED}"
"value": "${ELASTIC_HTTPS}"
},
"entitlements.datasource.url": {
"sensitive": true,
......@@ -185,7 +173,11 @@ core_partition_data() {
},
"sd.ksd.k8s.namespace": {
"sensitive": false,
"value": "secret-osdu"
"value": "secret-admin"
},
"index-augmenter-enabled": {
"sensitive": false,
"value": "${INDEXER_AUGMENTER_ENABLED}"
},
"featureFlag.eds.enabled": {
"sensitive": false,
......@@ -199,6 +191,30 @@ core_partition_data() {
"sensitive": false,
"value": "${POLICY_SERVICE_ENABLED}"
},
"featureFlag.autocomplete.enabled": {
"sensitive": false,
"value": "${AUTOCOMPLETE_ENABLED}"
},
"featureFlag.asIngestedCoordinates.enabled": {
"sensitive": false,
"value": "${AS_INGESTED_COORDINATES_ENABLED}"
},
"featureFlag.keywordLower.enabled": {
"sensitive": false,
"value": "${KEYWORD_LOWER_ENABLED}"
},
"featureFlag.bagOfWords.enabled": {
"sensitive": false,
"value": "${BAG_OF_WORDS_ENABLED}"
},
"featureFlag.mapBooleanToString.enabled": {
"sensitive": false,
"value": true
},
"featureFlag.xCollaboration.enabled": {
"sensitive": false,
"value": "${X_COLLABORATION_ENABLED}"
},
"featureFlag.autocomplete.enabled": {
"sensitive": false,
"value": "${AUTOCOMPLETE_ENABLED}"
......
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