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 486d992 commit b1dff85Copy full SHA for b1dff85
.ibm/pipelines/install-methods/operator.sh
@@ -24,6 +24,9 @@ install_rhdh_operator() {
24
echo "${output}"
25
echo "RHDH Operator installed on attempt ${i}."
26
break
27
+ elif ((i < max_attempts)); then
28
+ echo "Attempt ${i} failed, retrying in 10 seconds..."
29
+ sleep 10
30
elif ((i == max_attempts)); then
31
echo "$output"
32
echo "Failed install RHDH Operator after ${max_attempts} attempts."
0 commit comments