From 41e1dfe848a7f8f968767ad1361e2d686351ca16 Mon Sep 17 00:00:00 2001 From: Pascal Sthamer Date: Fri, 4 Apr 2025 11:27:56 +0200 Subject: [PATCH] fix helm install command in readme Now that the helm release workflow is fixed, the extra nesting is removed. --- functions/kubernetes/charts/shuffle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/kubernetes/charts/shuffle/README.md b/functions/kubernetes/charts/shuffle/README.md index e2025f94..90be758d 100644 --- a/functions/kubernetes/charts/shuffle/README.md +++ b/functions/kubernetes/charts/shuffle/README.md @@ -18,7 +18,7 @@ SPDX-License-Identifier: APACHE-2.0 ```sh # Install shuffle via helm (the shuffle namespace is hardcoded into the shuffle source code) -helm install shuffle oci://ghcr.io/shuffle/shuffle/charts/shuffle --namespace shuffle --create-namespace +helm install shuffle oci://ghcr.io/shuffle/charts/shuffle --namespace shuffle --create-namespace ``` Make sure that no other application is deployed to the shuffle namespace, as shuffle deletes kubernetes resources in this namespace.