Update kubernetes-operator.mdx

This commit is contained in:
Maycon Santos
2025-04-08 23:53:43 +02:00
committed by GitHub
parent 2846a2a4a6
commit ee1a757165

View File

@@ -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