Skip to content

Commit

Permalink
Merge pull request #50 from lalithkota/develop
Browse files Browse the repository at this point in the history
Init Helm Chart: Fixed nullglob
  • Loading branch information
lalithkota authored Nov 5, 2024
2 parents 8f75915 + ce5e56b commit 99ff676
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 99ff676

Please sign in to comment.