|
|
@ -45,7 +45,7 @@ if ([string]::IsNullOrEmpty($dns)) { |
|
|
|
|
|
|
|
if ($clean) { |
|
|
|
Write-Host "Cleaning previous helm releases..." -ForegroundColor Green |
|
|
|
helm delete --purge $(helm ls -q) |
|
|
|
helm delete --purge $(helm ls -q eshop) |
|
|
|
Write-Host "Previous releases deleted" -ForegroundColor Green |
|
|
|
} |
|
|
|
|
|
|
@ -91,4 +91,4 @@ else { |
|
|
|
Write-Host "eShopOnContainers non-infrastructure charts aren't installed (-deployCharts is false)" -ForegroundColor Yellow |
|
|
|
} |
|
|
|
|
|
|
|
Write-Host "helm charts installed." -ForegroundColor Green |
|
|
|
Write-Host "helm charts installed." -ForegroundColor Green |