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

sijie 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 df80086  [CI] Fix typo in the value for pulsar_manager in 
values-bk-tls (#6756)
df80086 is described below

commit df80086e6395217236cb3c8e9e2a1beef3727dae
Author: Sergii Zhevzhyk <[email protected]>
AuthorDate: Fri Apr 17 19:22:36 2020 +0200

    [CI] Fix typo in the value for pulsar_manager in values-bk-tls (#6756)
    
    ### Modifications
    
    The typo was fixed in the values-bk-tls file.
---
 .ci/clusters/values-bk-tls.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/clusters/values-bk-tls.yaml b/.ci/clusters/values-bk-tls.yaml
index dc947b7..957e2eb 100644
--- a/.ci/clusters/values-bk-tls.yaml
+++ b/.ci/clusters/values-bk-tls.yaml
@@ -33,7 +33,7 @@ affinity:
 # disable auto recovery
 components:
   autorecovery: false
-  pulsar_manager: fales
+  pulsar_manager: false
 
 zookeeper:
   replicaCount: 1

Reply via email to