clank-bootstrapper/kind/delete-kind.sh
2022-12-10 22:08:07 +01:00

6 lines
67 B
Bash
Executable File

#!/bin/bash
. kind.sh
kind delete cluster --name "$CLUSTER_NAME"