netbird: pull encryptionKey from k8s secret

This commit is contained in:
2026-07-21 21:25:58 -05:00
parent fcaa023730
commit 9a0e03657a
+6
View File
@@ -22,6 +22,12 @@ spec:
- containerPort: 3479
protocol: UDP
- containerPort: 33073
env:
- name: NETBIRD_STORE_ENCRYPTION_KEY
valueFrom:
secretKeyRef:
name: netbird-encryption
key: encryptionKey
volumeMounts:
- name: config
mountPath: /etc/netbird