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