Skip to content

Commit

Permalink
docs: fix helm install command
Browse files Browse the repository at this point in the history
The chart and release names were reversed
  • Loading branch information
pdbrito authored Mar 20, 2024
1 parent 5db1995 commit 3d53900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/o11y/logging/hpm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ 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
```

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.
We can now install our desired logging stack and start collecting the logs.

0 comments on commit 3d53900

Please sign in to comment.