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