Skip to content
Snippets Groups Projects
Commit 1052e306 authored by Siarhei Poliak [EPAM / GCP]'s avatar Siarhei Poliak [EPAM / GCP] Committed by Oleksandr Kosse (EPAM)
Browse files

Gonrg 9103 decline the data partition id variable as a system partition

parent d98b4826
No related branches found
No related tags found
2 merge requests!620Update version of default branch to 0.27.0-SNAPSHOT,!515Gonrg 9103 decline the data partition id variable as a system partition
......@@ -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:
......
......@@ -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
......
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