limit help delete to eshop

This commit is contained in:
Darius Tehrani 2019-04-03 08:23:19 +00:00
parent 167bb167ff
commit 20297fc6b5

View File

@ -44,7 +44,7 @@ if ([string]::IsNullOrEmpty($dns)) {
if ($clean) { if ($clean) {
Write-Host "Cleaning previous helm releases..." -ForegroundColor Green 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 Write-Host "Previous releases deleted" -ForegroundColor Green
} }
@ -82,4 +82,4 @@ foreach ($chart in $charts) {
} }
} }
Write-Host "helm charts installed." -ForegroundColor Green Write-Host "helm charts installed." -ForegroundColor Green