k8s/helm/setup/001-metallb/uninstall.sh

5 lines
87 B
Bash
Executable file

#!/bin/bash
helm uninstall metallb -n metallb-system
kubectl delete ns metallb-system