Skip to content

Commit

Permalink
info message
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonindia-mcs committed Mar 7, 2025
1 parent a0fb2d8 commit c6d90ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deployment/scripts/deployAzureResources.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ function depoy_k8s_certclusterissuer() {
$attempt = 0
$maxAttempts = 5
$interval = 30
Write-Host "7.2 Deploy ClusterIssuer in Kubernetes for SSL/TLS certificate" -ForegroundColor Cyan
Write-Host "7.2. Deploy ClusterIssuer in Kubernetes for SSL/TLS certificate" -ForegroundColor Cyan
while( -not ($(kubectl apply -f ../kubernetes/deploy.certclusterissuer.yaml) -or ($attempt -eq $maxAttempts))) {
++$attempt
Write-Host "kubectl apply certclusterissuer, attempt $attempt of $maxAttempts. Waiting..." -ForegroundColor Yellow
Expand Down

0 comments on commit c6d90ea

Please sign in to comment.