1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02: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 "$@"