Merge pull request #988 from dariustehrani/helm_delete_fix
limit helm delete to eshop
This commit is contained in:
commit
72f68a1c98
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user