Incorporate suggestions regarding Fleet helm repo

This commit is contained in:
Tim Hardeck 2023-06-22 17:01:20 +02:00
parent 098ea65271
commit 2a56f6022a
No known key found for this signature in database
GPG Key ID: A67C496765D6E0C0
2 changed files with 4 additions and 4 deletions

View File

@ -98,7 +98,7 @@ to change which cluster Helm is installing to.
::: :::
Add Fleet helm repo. Add Fleet's Helm repo.
<CodeBlock language="bash"> <CodeBlock language="bash">
{`helm repo add fleet https://rancher.github.io/fleet-helm-charts/`} {`helm repo add fleet https://rancher.github.io/fleet-helm-charts/`}
</CodeBlock> </CodeBlock>
@ -189,7 +189,7 @@ to change which cluster Helm is installing to.
::: :::
Add Fleet helm repo. Add Fleet's Helm repo.
<CodeBlock language="bash"> <CodeBlock language="bash">
{`helm repo add fleet https://rancher.github.io/fleet-helm-charts/`} {`helm repo add fleet https://rancher.github.io/fleet-helm-charts/`}
</CodeBlock> </CodeBlock>

View File

@ -41,7 +41,7 @@ Install the following two Helm charts.
<Tabs> <Tabs>
<TabItem value="install" label="Install" default> <TabItem value="install" label="Install" default>
First add Fleet helm repo. First add Fleet's Helm repository.
<CodeBlock language="bash"> <CodeBlock language="bash">
{`helm repo add fleet https://rancher.github.io/fleet-helm-charts/`} {`helm repo add fleet https://rancher.github.io/fleet-helm-charts/`}
</CodeBlock> </CodeBlock>
@ -209,7 +209,7 @@ Helm charts.
<Tabs> <Tabs>
<TabItem value="install2" label="Install" default> <TabItem value="install2" label="Install" default>
First add Fleet helm repo. First add Fleet's Helm repository.
<CodeBlock language="bash"> <CodeBlock language="bash">
{`helm repo add fleet https://rancher.github.io/fleet-helm-charts/`} {`helm repo add fleet https://rancher.github.io/fleet-helm-charts/`}
</CodeBlock> </CodeBlock>