From f86074e7730d4a204de78e0a05ec1b94572e1d25 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Fri, 10 Nov 2023 18:47:22 +0100 Subject: [PATCH 1/2] docs: fix tipo of helm repo address remove trailing slash --- docs/authorization/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authorization/_index.md b/docs/authorization/_index.md index 5193b4572..6d0c7ee14 100644 --- a/docs/authorization/_index.md +++ b/docs/authorization/_index.md @@ -290,7 +290,7 @@ To install the Helm Chart using the default configuration (noop authentication), you can execute: ```console -$ helm repo add nebraska https://kinvolk.github.io/nebraska/ +$ helm repo add nebraska https://kinvolk.github.io/nebraska $ helm install my-nebraska nebraska/nebraska ``` From 8d51b8da978725130a61fbbdbcc14e5e83c9f43e Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 22 Nov 2023 14:50:22 +0100 Subject: [PATCH 2/2] Update docs/authorization/_index.md --- docs/authorization/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authorization/_index.md b/docs/authorization/_index.md index 6d0c7ee14..74103ce42 100644 --- a/docs/authorization/_index.md +++ b/docs/authorization/_index.md @@ -290,7 +290,7 @@ To install the Helm Chart using the default configuration (noop authentication), you can execute: ```console -$ helm repo add nebraska https://kinvolk.github.io/nebraska +$ helm repo add nebraska https://flatcar.github.io/nebraska $ helm install my-nebraska nebraska/nebraska ```