From 1d2bceae159afcdc284b67a85bc22b8197e203cc Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Fri, 24 Apr 2026 16:47:48 +0200 Subject: [PATCH] Fix Helm repo link (#205) Fixes the Helm repo link to use the one from the "helms" repo. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index a60fb5e..c14a021 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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.