Fix Helm repo link (#205)

Fixes the Helm repo link to use the one from the "helms" repo.
This commit is contained in:
Philip Laine
2026-04-24 16:47:48 +02:00
committed by GitHub
parent dd054d50ec
commit 1d2bceae15
+1 -1
View File
@@ -11,7 +11,7 @@
Add the Helm repository.
```sh
helm repo add netbirdio https://netbirdio.github.io/kubernetes-operator
helm repo add netbirdio https://netbirdio.github.io/helms
```
Install cert-manager, it is recommended so the Kubernetes API can communicate with the operator's admission webhooks. Skip this step if you already have cert-manager installed.