mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Fix netbird-operator: add self-hosted management URL
The operator was missing managementURL, causing it to default to the NetBird SaaS cloud (api.netbird.io) instead of the self-hosted instance. This resulted in an infinite reconcile loop and no networks/resources being created. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
0c16785116
commit
2edc8a156e
@@ -2,6 +2,9 @@
|
|||||||
# Auto-discovers K8s services via annotations and creates Netbird Networks
|
# Auto-discovers K8s services via annotations and creates Netbird Networks
|
||||||
# Chart: netbird-operator/kubernetes-operator
|
# Chart: netbird-operator/kubernetes-operator
|
||||||
|
|
||||||
|
# Self-hosted management server URL (undocumented chart value)
|
||||||
|
managementURL: "https://netbird.kube.huskypup.net"
|
||||||
|
|
||||||
# API key from ExternalSecret-managed secret
|
# API key from ExternalSecret-managed secret
|
||||||
netbirdAPI:
|
netbirdAPI:
|
||||||
keyFromSecret:
|
keyFromSecret:
|
||||||
|
|||||||
Reference in New Issue
Block a user