From 2edc8a156e178fa31bb00ce74c30b78180040b5e Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Sun, 15 Mar 2026 16:08:51 -0500 Subject: [PATCH] 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 --- infrastructure/netbird-operator/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infrastructure/netbird-operator/values.yaml b/infrastructure/netbird-operator/values.yaml index 592dc2d..294f528 100644 --- a/infrastructure/netbird-operator/values.yaml +++ b/infrastructure/netbird-operator/values.yaml @@ -2,6 +2,9 @@ # Auto-discovers K8s services via annotations and creates Netbird Networks # 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 netbirdAPI: keyFromSecret: