Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions k8s/helm/deploy-all.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down Expand Up @@ -82,4 +82,4 @@ foreach ($chart in $charts) {
}
}

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