Skip to content

Commit

Permalink
fix(scripts): fix typo in installation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Dec 28, 2022
1 parent 59fa5bc commit 81cae40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/quick-install-yatai-deployment.sh
Original file line number Diff line number Diff line change
@@ -243,7 +243,7 @@ else
--devel=${DEVEL}
fi

if [ "${AUTOMATIC_DOMAIN_SUFFIX_GENERATION}" = "true"]; then
if [ "${AUTOMATIC_DOMAIN_SUFFIX_GENERATION}" = "true" ]; then
echo "⏳ waiting for job yatai-deployment-default-domain to be complete..."
kubectl -n ${namespace} wait --for=condition=complete --timeout=600s job/yatai-deployment-default-domain
echo "✅ job yatai-deployment-default-domain is complete"

0 comments on commit 81cae40

Please sign in to comment.