1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-03-31 21:42:15 +00:00
2022-01-02 20:06:32 +01:00

4 lines
105 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
exec kubectl -n headscale exec -ti pod/headscale-0 -- /go/bin/headscale "$@"