From 20297fc6b54d7d0bbbf5afbe80336dbd7ad4598c Mon Sep 17 00:00:00 2001 From: Darius Tehrani Date: Wed, 3 Apr 2019 08:23:19 +0000 Subject: [PATCH] limit help delete to eshop --- k8s/helm/deploy-all.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/helm/deploy-all.ps1 b/k8s/helm/deploy-all.ps1 index 42ba3ab27..b0b5f122f 100644 --- a/k8s/helm/deploy-all.ps1 +++ b/k8s/helm/deploy-all.ps1 @@ -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 \ No newline at end of file +Write-Host "helm charts installed." -ForegroundColor Green