Skip to content
Snippets Groups Projects
Commit 771bece6 authored by Mykola Ronik [EPAM / GCP]'s avatar Mykola Ronik [EPAM / GCP] Committed by Oleksandr Kosse (EPAM)
Browse files

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

parent aae10524
No related branches found
No related tags found
1 merge request!523[GONRG-9206]: transferring system partition inside bootstrap for GC
......@@ -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