plugin-barman-cloud/scripts/cleanup.sh
Leonardo Cecchi 2e30634ec8 chore: review
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
2024-10-04 13:21:25 +02:00

9 lines
175 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
cd "$(dirname "$0")/.." || exit
kubectl delete clusters --all
kubectl delete backups --all
kubectl exec -ti mc -- mc rm -r --force minio/backups