File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 run : helm template http-add-on ./http-add-on/ --namespace keda --values test-values.yaml
110110
111111 - name : Install Helm chart
112- run : helm install http-add-on ./http-add-on/ --namespace keda --values test-values.yaml --wait
112+ run : helm install http-add-on ./http-add-on/ --namespace keda --values test-values.yaml --wait --timeout 15m
113113
114114 - name : Show Kubernetes resources
115115 run : kubectl get all --namespace keda
@@ -133,7 +133,7 @@ jobs:
133133 do
134134 READY=$(kubectl get so/keda-add-ons-http-interceptor -n keda -o jsonpath='{.status.conditions[?(@.type=="Ready")].status}')
135135 echo "ScaledObjet is ready: $READY"
136- if [[ "$READY" == "True" ]]; then
136+ if [[ "$READY" == "True" ]]; then
137137 exit 0
138138 fi
139139 sleep 15s
You can’t perform that action at this time.
0 commit comments