ericsyh commented on code in PR #18015: URL: https://github.com/apache/pulsar/pull/18015#discussion_r1013656965
########## site2/docs/helm-deploy.md: ########## @@ -49,25 +52,21 @@ volumes: local_storage: false ``` -To use local persistent volumes as the persistent storage for Helm release, you can install the [local storage provisioner](#install-local-storage-provisioner) and include the following option in the `helm install` command. - -```bash ---set volumes.local_storage=true -``` +If you want to use local persistent volumes as the persistent storage for Helm release, you can install a local storage provisioner and include `--set volumes.local_storage=true` in the `helm install` command. See [Install storage provisioner](#install-storage-provisioner) for more details. Review Comment: We can remove this part as we discussed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
