Skip to content
Snippets Groups Projects
Commit 1926f71f authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'GONRG-9206' into 'master'

[GONRG-9206]: transferring system partition inside bootstrap for GC

See merge request !523
parents 7b431407 771bece6
No related branches found
No related tags found
1 merge request!523[GONRG-9206]: transferring system partition inside bootstrap for GC
Pipeline #249290 failed
......@@ -25,7 +25,6 @@ data:
{{- end }}
MINIO_IGNORE_CERT_CHECK: {{ .Values.data.minioIgnoreCertCheck | quote }}
{{- else }}
DATA_PARTITION_ID: {{ "system" }}
DATA_PARTITION_ID_LIST: {{ .Values.global.dataPartitionId | quote }}
{{- if .Values.data.dataProjectId }}
PROJECT_ID: "{{ .Values.data.dataProjectId }}"
......
......@@ -42,6 +42,7 @@ bootstrap_partition() {
# Bootstrap system partition
if [[ "${ENVIRONMENT}" == "gcp" ]]; then
export DATA_PARTITION_ID="system"
export DATA_PARTITION_ID_VALUE="${DATA_PARTITION_ID}"
bootstrap_partition "${DATA_PARTITION_ID}" "$(gc_system_partition_data)"
elif [[ "${ENVIRONMENT}" == "anthos" ]]; then
......
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