mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-04 07:15:49 +00:00
10 lines
148 B
Bash
Executable File
10 lines
148 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
set -eu
|
|
|
|
helm uninstall operator --namespace tailscale
|
|
|
|
kubectl delete -f ./cmd/k8s-operator/deploy/crds
|
|
|
|
helm uninstall ingress
|