ci(Makefile): clean installation
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
9e7f751df6
commit
2c9e9576c5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue