Skip to content

Commit b0fe256

Browse files
committed
Fix small bug on exporter config
1 parent 6923600 commit b0fe256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/linera-validator/templates/block-exporter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
memory: "128Mi"
6868
cpu: "100m"
6969
command:
70-
- sh
70+
- bash
7171
- -c
7272
- |
7373
set -euo pipefail
@@ -128,7 +128,7 @@ spec:
128128
- sh
129129
- -c
130130
- |
131-
set -euo pipefail
131+
set -eu
132132
# Validate extracted values
133133
if [ -z "$INDEXER_ENDPOINT" ] || [ -z "$INDEXER_PORT" ]; then
134134
echo "Error: INDEXER_ENDPOINT or INDEXER_PORT is empty"

0 commit comments

Comments
 (0)