4 lines
89 B
Bash
4 lines
89 B
Bash
#!/bin/bash
|
|
helm uninstall tasks-app -n application
|
|
kubectl delete namespace application
|