blob: 6bfb6fcfd70bf32be2259a34e9bb092c9c1a06cc [file] [view]
---
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"} />
````