mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 16:36:35 +00:00
Refactor netbirdAPI key configuration (#425)
Updated netbirdAPI configuration to specify key name and key.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user