Move kubernetes example under docs

This commit is contained in:
Kristoffer Dalby 2022-01-02 20:04:35 +01:00
parent f9e6722635
commit 74fd5de43d
21 changed files with 0 additions and 0 deletions

View file

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