5 lines
87 B
Bash
5 lines
87 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
helm uninstall metallb -n metallb-system
|
||
|
kubectl delete ns metallb-system
|