From 1052e30651eea81b2bb4df4c56ba34cb671a7796 Mon Sep 17 00:00:00 2001 From: "Siarhei Poliak [EPAM / GCP]" <siarhei_poliak@epam.com> Date: Mon, 22 Jan 2024 18:51:16 +0000 Subject: [PATCH] Gonrg 9103 decline the data partition id variable as a system partition --- devops/core-plus/pipeline/override-stages.yml | 2 +- devops/gc/deploy/README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/devops/core-plus/pipeline/override-stages.yml b/devops/core-plus/pipeline/override-stages.yml index 55a66ef6a..b2daee971 100644 --- a/devops/core-plus/pipeline/override-stages.yml +++ b/devops/core-plus/pipeline/override-stages.yml @@ -118,11 +118,11 @@ gc-baremetal-deploy: --history-max=3 --set global.onPremEnabled=true --set global.domain=$GC_DOMAIN + --set global.dataPartitionId=$GC_TENANT --set data.serviceAccountName=$GC_SERVICE --set data.bootstrapServiceAccountName=$GC_BOOTSTRAP_SA --set data.logLevel=INFO --set data.springProfilesActive=$GC_SPRING_PROFILES_ACTIVE - --set data.dataPartitionId=$GC_TENANT - !reference [.gc_verify_deploy, script] - !reference [.gc_verify_bootstrap, script] rules: diff --git a/devops/gc/deploy/README.md b/devops/gc/deploy/README.md index 79ee5287f..a8d77c0eb 100644 --- a/devops/gc/deploy/README.md +++ b/devops/gc/deploy/README.md @@ -107,7 +107,6 @@ First you need to set variables in **values.yaml** file using any code editor. S **data.logLevel** | logging level | string | ERROR | yes **data.springProfilesActive** | active spring profile | string | gcp | yes **data.acceptHttp** | accept Http traffic | string | true | yes -**data.dataPartitionId** | data partition id | string | - | yes **data.entitlementsHost** | Entitlements host URL | string | <http://entitlements> | yes **data.defaultLegalTag** | Default legal tag | string | default-data-tag| yes **data.legalHost** | Legal host URL | string | <http://legal> | yes -- GitLab