mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
21 lines
324 B
YAML
21 lines
324 B
YAML
apiVersion: netbird.io/v1alpha1
|
|||
|
|
kind: SetupKey
|
||
|
|
metadata:
|
||
|
|
name: sidecar
|
||
|
|
namespace: default
|
||
|
|
spec:
|
||
|
|
name: sidecar
|
||
|
|
ephemeral: true
|
||
|
|
---
|
||
|
|
apiVersion: netbird.io/v1alpha1
|
||
|
|
kind: SidecarProfile
|
||
|
|
metadata:
|
||
|
|
name: test
|
||
|
|
namespace: default
|
||
|
|
spec:
|
||
|
|
setupKeyRef:
|
||
|
|
name: sidecar
|
||
|
|
podSelector:
|
||
|
|
matchLabels:
|
||
|
|
app: ubuntu
|