Refactor netbirdAPI key configuration (#425)

Updated netbirdAPI configuration to specify key name and key.
This commit is contained in:
Maycon Santos
2025-09-09 06:57:41 -03:00
committed by GitHub
parent ae5cec8dad
commit 29b2752980

View File

@@ -44,7 +44,9 @@ ingress:
enabled: true enabled: true
netbirdAPI: netbirdAPI:
keyFromSecret: "netbird-mgmt-api-key" keyFromSecret:
name: "netbird-mgmt-api-key"
key: "NB_API_KEY"
``` ```
5. Install using helm install: 5. Install using helm install:
```shell ```shell