mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26: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
|
||||
|
||||
netbirdAPI:
|
||||
keyFromSecret: "netbird-mgmt-api-key"
|
||||
keyFromSecret:
|
||||
name: "netbird-mgmt-api-key"
|
||||
key: "NB_API_KEY"
|
||||
```
|
||||
5. Install using helm install:
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user