Skip to content

Commit

Permalink
Merge pull request #908 from pixiake/master
Browse files Browse the repository at this point in the history
add s2i retry timeout
  • Loading branch information
shaowenchen authored Jul 22, 2020
2 parents e9ca47f + 0486d46 commit 6e050c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ks-devops/s2i/files/s2i/certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ for x in $(seq 10); do
if [[ ${serverCert} != '' ]]; then
break
fi
sleep 1
sleep 3
done
if [[ ${serverCert} == '' ]]; then
echo "ERROR: After approving csr ${csrName}, the signed certificate did not appear on the resource. Giving up after 10 attempts." >&2
Expand Down

0 comments on commit 6e050c6

Please sign in to comment.