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