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