Skip to content

Commit

Permalink
Init Helm Chart: Fixed nullglob
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <[email protected]>
  • Loading branch information
lalithkota committed Nov 5, 2024
1 parent 09d8edb commit ce5e56b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/reporting-init/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ startUpCommand: |-
set -o pipefail
set -e
shopt -s nullglob
until pg_isready -h ${DB_HOSTNAME} -p ${DB_PORT}; do sleep 3; done && echo "Connection with PostgreSQL successful."
curl -k -I -s -o /dev/null -m 10 --retry 100 --retry-delay 10 --retry-all-errors "${OPENSEARCH_URL}" && echo "Connection with OpenSearch successful."
Expand Down

0 comments on commit ce5e56b

Please sign in to comment.