Skip to content
Snippets Groups Projects

GONRG-7022: multipartition for gc helm

Merged Mikhail Piatliou (EPAM) requested to merge gc-mp-df into master
Files
2
@@ -14,6 +14,7 @@
# limitations under the License
# OSDU Infra values
airflow:
enabled: false
@@ -51,7 +52,7 @@ gc_refi_infra_bootstrap:
gc_infra_bootstrap:
enabled: true
data:
additionalDataPartitionIdList: []
additionalDataPartitionIdList: ${partition_list}
projectId: ${project_id}
postgresql:
connectionName: ${sql_connection_string}
@@ -81,13 +82,11 @@ gc_entitlements_deploy:
airflowComposerEmail: ${airflow_sa}
registerPubsubIdentity: ${register_pubsub_id}
springProfilesActive: "gcp"
# --- End of Entitlements values --- #
# --- Crs-catalog values --- #
gc-crs-catalog-deploy:
enabled: true
# --- End of Crs-catalog values --- #
# --- Dataset values --- #
@@ -250,7 +249,6 @@ gc_wellbore_deploy:
enabled: true
data:
projectId: ${project_id}
# --- End of Wellbore values --- #
# --- Secret service values --- #
@@ -261,6 +259,7 @@ gc_secret_deploy:
springProfilesActive: "gcp"
# --- End of Secret service values --- #
# --- EDS DMS values --- #
gc_eds_dms_deploy:
enabled: true
data:
Loading