Skip to content
Snippets Groups Projects
Commit 1cb44590 authored by Mykola Ronik [EPAM / GCP]'s avatar Mykola Ronik [EPAM / GCP] Committed by Mikhail Piatliou (EPAM)
Browse files

fix bootstrap data

parent deab4766
No related branches found
No related tags found
1 merge request!531fix bootstrap data
......@@ -12,8 +12,8 @@ bootstrap_partition() {
echo "sleep to prevent 500 response from the Partition service, due to timeout of creation for Workload Identity"
sleep 20
DATA_PARTITION_ID=$1
BOOTSTRAP_DATA=$2
local DATA_PARTITION_ID=$1
local BOOTSTRAP_DATA=$2
echo "Bootstrapping partition: $DATA_PARTITION_ID"
echo "$BOOTSTRAP_DATA" | jq
......
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