| --- | |
| id: helm-install | |
| title: Install Apache Pulsar using Helm | |
| sidebar_label: "Install " | |
| --- | |
| ````mdx-code-block | |
| import useLocationParentPath from '@site/src/libs/useLocationParentPath'; | |
| import {Redirect} from '@docusaurus/router'; | |
| <Redirect to={useLocationParentPath() + "helm-deploy"} /> | |
| ```` |