Skip to content

Commit

Permalink
fix: reset to bucket path required by mirror node
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy committed Feb 16, 2024
1 parent 4c2f1cf commit 1a739a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:
- name: SIG_PRIORITIZE
value: {{ default $defaults.sidecars.accountBalanceUploader.config.signature.prioritize (($balanceUploader.config).signature).prioritize | quote }}
- name: BUCKET_PATH
value: "accountBalances/balance_{{ $node.accountId }}"
value: "accountBalances/balance{{ $node.accountId }}"
- name: BUCKET_NAME
value: {{ $cloud.buckets.streamBucket | quote }}
- name: S3_ENABLE
Expand Down Expand Up @@ -205,7 +205,7 @@ spec:
- name: SIG_PRIORITIZE
value: {{ default $defaults.sidecars.recordStreamUploader.config.signature.prioritize (($recordStream.config).signature).prioritize | quote }}
- name: BUCKET_PATH
value: "recordStreams/record_{{ $node.accountId }}"
value: "recordstreams/record{{ $node.accountId }}"
- name: BUCKET_NAME
value: {{ $cloud.buckets.streamBucket | quote }}
- name: S3_ENABLE
Expand Down

0 comments on commit 1a739a1

Please sign in to comment.