Skip to content

Commit

Permalink
fixup echos
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Oct 17, 2024
1 parent 25c7f33 commit 65ca00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ jobs:
exit 1
else
echo "Got $SETSIZE"
echo -n "Now waiting for scale down"
echo "Now waiting for scale down"
kubectl patch hpa acs-alfresco-repository \
-p '{"spec": {"behavior": {"scaleDown": {"stabilizationWindowSeconds": 20}}}}'
echo -n "(speeding scale down up)... "
echo "(speeding scale down up)... "
kubectl wait --timeout=2m --for=jsonpath='spec.replicas'=1 deployment/acs-alfresco-repository
echo "Scale down completed"
fi
Expand Down

0 comments on commit 65ca00c

Please sign in to comment.