Skip to content

Commit

Permalink
chore: run-kind cleanup (#1970)
Browse files Browse the repository at this point in the history
The cleanup never worked, so now we are just cleaning up on the next
run.

Ref: SRX-78FWXB
  • Loading branch information
sven-urbanski-freiheit-com authored Sep 26, 2024
1 parent f83175a commit 835746c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/kuberpult/run-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ cleanup() {
helm uninstall kuberpult-local || print kuberpult was not installed
kind delete cluster || print kind cluster was not deleted
}
trap cleanup INT TERM
cleanup

print 'creating kind cluster with a hostpath to share testdata...'
Expand Down

0 comments on commit 835746c

Please sign in to comment.