From cfb5b92eabecaf7adcf002a33e36a52c52d3ab48 Mon Sep 17 00:00:00 2001 From: GeorgeRaven Date: Tue, 13 Jan 2026 00:20:30 +0000 Subject: [PATCH] Added override setupkey for operator Changelog: added Signed-off-by: GeorgeRaven --- charts/netbird-config/templates/setupkey.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 charts/netbird-config/templates/setupkey.yaml diff --git a/charts/netbird-config/templates/setupkey.yaml b/charts/netbird-config/templates/setupkey.yaml new file mode 100644 index 00000000..f71b1a58 --- /dev/null +++ b/charts/netbird-config/templates/setupkey.yaml @@ -0,0 +1,10 @@ +apiVersion: netbird.io/v1 +kind: NBSetupKey +metadata: + name: netbird-setup-key +spec: + managementURL: https://netbird.{{ .Values.environment.baseDomain }} + secretKeyRef: + name: netbird-setup-key + namespace: {{ .Release.Namespace }} + key: setupKey