mirror of
https://github.com/guilhem/headscale-operator.git
synced 2024-11-22 11:32:59 +00:00
10 lines
182 B
YAML
10 lines
182 B
YAML
|
apiVersion: headscale.barpilot.io/v1alpha1
|
||
|
kind: PreAuthKey
|
||
|
metadata:
|
||
|
name: preauthkey-sample
|
||
|
spec:
|
||
|
namespace: namespace-sample
|
||
|
reusable: true
|
||
|
ephemeral: true
|
||
|
duration: 1h
|