We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513972b commit 4b898fbCopy full SHA for 4b898fb
helm-chart/eoapi/templates/services/deployment.yaml
@@ -39,7 +39,7 @@ spec:
39
- -c
40
- |
41
echo "Waiting for pgstacbootstrap job to complete..."
42
- while ! kubectl -n {{ $.Release.Namespace }} wait --for=condition=complete job/pgstacbootstrap --timeout=5s; do
+ while ! kubectl -n {{ $.Release.Namespace }} wait --for=condition=complete job/pgstacbootstrap-{{ $.Release.Name }} --timeout=5s; do
43
echo "pgstacbootstrap job not completed yet. Checking again in 10 seconds..."
44
sleep 10
45
done
0 commit comments