Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 72f68a1

Browse files
authored
Merge pull request #988 from dariustehrani/helm_delete_fix
limit helm delete to eshop
2 parents fb6d972 + 20297fc commit 72f68a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/helm/deploy-all.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if ([string]::IsNullOrEmpty($dns)) {
4545

4646
if ($clean) {
4747
Write-Host "Cleaning previous helm releases..." -ForegroundColor Green
48-
helm delete --purge $(helm ls -q)
48+
helm delete --purge $(helm ls -q eshop)
4949
Write-Host "Previous releases deleted" -ForegroundColor Green
5050
}
5151

@@ -91,4 +91,4 @@ else {
9191
Write-Host "eShopOnContainers non-infrastructure charts aren't installed (-deployCharts is false)" -ForegroundColor Yellow
9292
}
9393

94-
Write-Host "helm charts installed." -ForegroundColor Green
94+
Write-Host "helm charts installed." -ForegroundColor Green

0 commit comments

Comments
 (0)