Skip to content

Commit

Permalink
Merge branch 'fix/rabbitmq-connection' of github.com:bcnmy/bundler in…
Browse files Browse the repository at this point in the history
…to fix/rabbitmq-connection
  • Loading branch information
TheDivic committed Jan 24, 2025
2 parents a581728 + 6018195 commit 7cf15aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ helm upgrade "${HELM_NAME}" ./k8s/common/ \

echo "Deployed $HELM_NAME to $NAMESPACE"

x=0
x=1
while [ "${x}" -lt "${REPLICAS}" ]; do
HELM_NAME="$NAME-$x";
printf "\nDeploying %s to %s\n" "${HELM_NAME}" "${NAMESPACE}"
Expand Down

0 comments on commit 7cf15aa

Please sign in to comment.