From 27a8f26c501678cb78f22ba8148ed6994642f2a4 Mon Sep 17 00:00:00 2001 From: MARCO <23193188+M4RC02U1F4A4@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:53:55 +0100 Subject: [PATCH] docs: fix missing charts (#201) This replaces placeholders which would be missing from fleetVersions.js with static text, as already used in the default install instructions. --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 22b55da94..fa64e1d22 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -299,7 +299,7 @@ First add Fleet's Helm repository. Second install the Fleet CustomResourcesDefintions. {`helm -n cattle-fleet-system install --create-namespace --wait \\ - fleet-crd`} {versions.next.fleetCRD} + fleet-crd fleet/fleet-crd`} Third install the Fleet controllers. @@ -307,7 +307,7 @@ Third install the Fleet controllers. {`helm -n cattle-fleet-system install --create-namespace --wait \\ --set apiServerURL="$API_SERVER_URL" \\ --set-file apiServerCA="$API_SERVER_CA" \\ - fleet`} {versions.next.fleet} + fleet fleet/fleet`}