Anonymitaet commented on a change in pull request #11213: URL: https://github.com/apache/pulsar/pull/11213#discussion_r664222304
########## File path: site2/docs/helm-deploy.md ########## @@ -346,7 +346,7 @@ In this example, we name our Helm release `pulsar`. ```bash helm repo add apache https://pulsar.apache.org/charts helm repo update -helm upgrade --install pulsar apache/pulsar \ +helm install pulsar apache/pulsar \ --timeout 10m \ --set [your configuration options] Review comment: Sorry I missed your previous comment. Many thanks for your explanations! Agree with @freeznet, if we use `helm install`, then we need to add the required argument `--set initialize=true`, or else users might get an error. -- 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]
