k8s/004-traefik/uninstall.sh

6 lines
118 B
Bash
Raw Normal View History

2022-07-02 18:50:14 +00:00
#!/bin/bash
kubectl delete -f dashboard.yaml -n traefik
helm uninstall traefik -n traefik
kubectl delete ns traefik