You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud-infrastructure/cluster/deploy-cluster.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ then
98
98
99
99
# If the domain was not configured during the first run and we didn't receive any warnings about missing DNS entries, we trigger the deployment again to complete the binding of the SSL Certificate to the domain.
100
100
if [[ "$IS_DOMAIN_CONFIGURED"=="false" ]] && [[ "$DOMAIN_NAME"!="" ]];then
101
-
echo"Running deployment again to finalize setting up SSL certificate for account-management"
101
+
echo"Running deployment again to finalize setting up SSL certificate for $DOMAIN_NAME"
0 commit comments