ci(Makefile): clean installation

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2025-03-13 14:11:53 +01:00
parent 9e7f751df6
commit 2c9e9576c5

View file

@ -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