Browse Source

limit help delete to eshop

pull/988/head
Darius Tehrani 5 years ago
parent
commit
20297fc6b5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      k8s/helm/deploy-all.ps1

+ 2
- 2
k8s/helm/deploy-all.ps1 View File

@ -44,7 +44,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
}
@ -82,4 +82,4 @@ foreach ($chart in $charts) {
}
}
Write-Host "helm charts installed." -ForegroundColor Green
Write-Host "helm charts installed." -ForegroundColor Green

Loading…
Cancel
Save