mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
19 lines
493 B
YAML
19 lines
493 B
YAML
#operator:
|
|
# image:
|
|
# tag: "0.1.0"
|
|
ingress:
|
|
enabled: true
|
|
router:
|
|
enabled: true
|
|
# policies:
|
|
# default:
|
|
# name: Kubernetes Default Policy
|
|
# sourceGroups:
|
|
# - All
|
|
|
|
netbirdAPI:
|
|
# Replace with valid NetBird Service Account token (PAT)
|
|
# https://docs.netbird.io/how-to/access-netbird-public-api#creating-an-access-token
|
|
#key: "nbp_m0LM9yZvDUzF8fpY20iChDOTxJgKFM3DIqmZ"
|
|
# Use keyFromSecret instead of plain text secret
|
|
keyFromSecret: "netbird-mgmt-api-key" |