Skip to content

Commit 4b898fb

Browse files
committed
foo
1 parent 513972b commit 4b898fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/eoapi/templates/services/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
- -c
4040
- |
4141
echo "Waiting for pgstacbootstrap job to complete..."
42-
while ! kubectl -n {{ $.Release.Namespace }} wait --for=condition=complete job/pgstacbootstrap --timeout=5s; do
42+
while ! kubectl -n {{ $.Release.Namespace }} wait --for=condition=complete job/pgstacbootstrap-{{ $.Release.Name }} --timeout=5s; do
4343
echo "pgstacbootstrap job not completed yet. Checking again in 10 seconds..."
4444
sleep 10
4545
done

0 commit comments

Comments
 (0)