6 lines
118 B
Bash
Executable file
6 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
|
|
kubectl delete -f dashboard.yaml -n traefik
|
|
helm uninstall traefik -n traefik
|
|
kubectl delete ns traefik
|