Skip to content

Commit

Permalink
Add retries to all curl commands to fix flakiness in kind
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-chaffee committed Oct 12, 2023
1 parent 38e2ed8 commit e601537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/qdrant/templates/tests/test-db-interaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ data:
set -xe
echo 'connect-timeout = 5' > $HOME/.curlrc
echo 'retry = 5' >> $HOME/.curlrc
echo 'retry-all-errors' >> $HOME/.curlrc
if [ -d /mnt/secrets/certs ]; then
cp /mnt/secrets/certs/ca.pem /usr/share/pki/trust/anchors/private-ca.pem
Expand Down

0 comments on commit e601537

Please sign in to comment.