You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ti...@apache.org on 2022/12/11 00:48:54 UTC

[pulsar] branch master updated: [fix][doc] Remove config `local_storage` in the sampels (#18864)

This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fa4be8a6ed [fix][doc] Remove config `local_storage` in the sampels  (#18864)
9fa4be8a6ed is described below

commit 9fa4be8a6ed7f465fdce847c634fbd03def6c8f7
Author: Eric Shen <er...@outlook.com>
AuthorDate: Sun Dec 11 08:48:48 2022 +0800

    [fix][doc] Remove config `local_storage` in the sampels  (#18864)
    
    Signed-off-by: ericsyh <er...@outlook.com>
---
 site2/docs/helm-deploy.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/site2/docs/helm-deploy.md b/site2/docs/helm-deploy.md
index dff0ab03aec..fa03409b241 100644
--- a/site2/docs/helm-deploy.md
+++ b/site2/docs/helm-deploy.md
@@ -47,9 +47,6 @@ By default, the Pulsar Helm Chart creates Volume Claims with the expectation tha
 ```yaml
 volumes:
   persistence: true
-  # configure the components to use local persistent volume
-  # the local provisioner should be installed prior to enable local persistent volume
-  local_storage: false
 ```
 
 :::note