limit help delete to eshop
This commit is contained in:
parent
167bb167ff
commit
20297fc6b5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user