Files
nixos/manifests/tailscale/apply.sh
T

14 lines
267 B
Bash
Raw Normal View History

2025-08-15 22:39:00 -05:00
#!/usr/bin/env bash
helm repo add tailscale https://pkgs.tailscale.com/helmcharts
helm repo update tailscale
helm upgrade \
--install \
tailscale-operator \
tailscale/tailscale-operator \
--namespace=tailscale \
--create-namespace \
--wait