1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00
juanfont.headscale/examples/kustomize/headscale.bash
2023-04-07 15:24:13 +02: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 "$@"