From 3d53900fd1f48e6e0f1805fb0de53eddd0850432 Mon Sep 17 00:00:00 2001 From: Pedro <8843268+pdbrito@users.noreply.github.com> Date: Wed, 20 Mar 2024 21:33:29 +0100 Subject: [PATCH] docs: fix helm install command The chart and release names were reversed --- docs/pages/o11y/logging/hpm.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/o11y/logging/hpm.mdx b/docs/pages/o11y/logging/hpm.mdx index 7ff7fc485..0d3d70eea 100644 --- a/docs/pages/o11y/logging/hpm.mdx +++ b/docs/pages/o11y/logging/hpm.mdx @@ -23,7 +23,7 @@ Now that the vCluster itself is ready, we can deploy the hostpath mapper compone To sum up, if your vCluster is named `my-vcluster` and is deployed in namespace `my-namespace` then you should run ``` -helm install vcluster-hpm vcluster-hostpath-mapper \ +helm install vcluster-hostpath-mapper vcluster-hpm \ --repo https://charts.loft.sh \ -n my-namespace \ --set VclusterReleaseName=my-vcluster @@ -31,4 +31,4 @@ helm install vcluster-hpm vcluster-hostpath-mapper \ Once deployed successfully a new Daemonset component of vCluster would start running on every node used by the vCluster workloads. -We can now install our desired logging stack and start collecting the logs. \ No newline at end of file +We can now install our desired logging stack and start collecting the logs.