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

GONRG-7991: extend bootstrap data

parent b24aa95b
No related branches found
No related tags found
1 merge request!474GONRG-7991: extend bootstrap data
Pipeline #219702 failed
......@@ -130,6 +130,18 @@ baremetal_system_partition_data() {
"elasticsearch.password": {
"sensitive": true,
"value": "ELASTIC_PASS"
},
"index-augmenter-enabled": {
"sensitive": false,
"value": "${INDEXER_AUGMENTER_ENABLED}"
},
"policy-service-enabled": {
"sensitive": false,
"value": "false"
},
"obm.minio.external.endpoint": {
"sensitive": false,
"value": "${MINIO_EXTERNAL_ENDPOINT}"
}
}
}
......@@ -157,5 +169,3 @@ baremetal_additional_partition_data() {
}
EOF
}
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