mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
This changes the behavior of the Netbird resource so that they can be shared between routes rather than having one unique created per route. This is important as we may want to have different route types pointing to the same service. Signed-off-by: Philip Laine <philip.laine@gmail.com>
15 lines
183 B
YAML
15 lines
183 B
YAML
gatewayAPI:
|
|
enabled: true
|
|
|
|
webhook:
|
|
enableCertManager: false
|
|
|
|
netbirdAPI:
|
|
keyFromSecret:
|
|
name: "netbird-mgmt-api-key"
|
|
key: "NB_API_KEY"
|
|
|
|
operator:
|
|
image:
|
|
tag: dev
|