Skip to content

Commit

Permalink
Merge camunda#5176
Browse files Browse the repository at this point in the history
5176: chore(benchmark): fix pvc deletion r=Zelldon a=Zelldon

## Description

PVC's haven't been deleted with the latest chart version. This PR fixes this.
<!-- Please explain the changes you made here. -->



Co-authored-by: Christopher Zell <[email protected]>
  • Loading branch information
zeebe-bors[bot] and ChrisKujawa authored Aug 14, 2020
2 parents edddf2f + 47c09c7 commit 858d484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/setup/default/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ clean-zeebe:
-helm uninstall default
-kubectl delete -f curator-cronjob.yaml
-kubectl delete -f curator-configmap.yaml
-kubectl delete pvc -l app=default-zeebe
-kubectl delete pvc -l app.kubernetes.io/instance=default
-kubectl delete pvc -l app=elasticsearch-master

.PHONY: clean-starter
Expand Down

0 comments on commit 858d484

Please sign in to comment.