| --- | |
| id: helm-tools | |
| title: Required tools for deploying Pulsar Helm Chart | |
| sidebar_label: "Required Tools" | |
| --- | |
| ````mdx-code-block | |
| import useLocationParentPath from '@site/src/libs/useLocationParentPath'; | |
| import {Redirect} from '@docusaurus/router'; | |
| <Redirect to={useLocationParentPath() + "helm-prepare"} /> | |
| ```` |