mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Update kubernetes-operator.mdx
This commit is contained in:
@@ -39,6 +39,8 @@ kubectl -n netbird create secret generic netbird-mgmt-api-key --from-literal=NB_
|
||||
|
||||
4. (Recommended) Create a [`values.yaml`](https://github.com/netbirdio/kubernetes-operator/blob/main/examples/ingress/values.yaml) file, check `helm show values netbirdio/kubernetes-operator` for more info.
|
||||
```yaml
|
||||
# by default the managementURL points to the NetBird cloud service: https://api.netbird.io:443
|
||||
# managementURL: "https://netbird.example.io:443"
|
||||
ingress:
|
||||
enabled: true
|
||||
router:
|
||||
@@ -46,9 +48,6 @@ ingress:
|
||||
|
||||
netbirdAPI:
|
||||
keyFromSecret: "netbird-mgmt-api-key"
|
||||
|
||||
# by default the managementURL points to the NetBird cloud service: https://api.netbird.io:443
|
||||
# managementURL: "https://netbird.example.io:443"
|
||||
```
|
||||
5. Install using helm install:
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user