From 2c9e9576c5778b8ac6063f11bc0363c4c3276c22 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 13 Mar 2025 14:11:53 +0100 Subject: [PATCH] ci(Makefile): clean installation Signed-off-by: rjshrjndrn --- scripts/helmcharts/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/helmcharts/Makefile b/scripts/helmcharts/Makefile index 0cbca0764..11819ccef 100644 --- a/scripts/helmcharts/Makefile +++ b/scripts/helmcharts/Makefile @@ -7,6 +7,7 @@ override_file ?= "/home/ubuntu/vars_override.yaml" shell := /bin/bash -eo pipefail clean: ## Clean up the installation + kubectl delete cm openreplay-version -n app || true helm uninstall openreplay -n app || true helm uninstall databases -n db || true kubectl delete pvc -n db --all || true