mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
This change implements a new resource called SetupKey that manages the lifecycle of setup keys and stores them in secrets. A major change here is that we are also switching to using SSA for resource management. Part of #172 Signed-off-by: Philip Laine <philip.laine@gmail.com>
8 lines
113 B
YAML
8 lines
113 B
YAML
apiVersion: netbird.io/v1alpha1
|
|
kind: SetupKey
|
|
metadata:
|
|
name: test
|
|
namespace: default
|
|
spec:
|
|
expiration: 0
|