You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2021/06/24 04:13:48 UTC

[pulsar-helm-chart] branch master updated: Feature/fix typo in readme (#129)

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-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new f00c66a  Feature/fix typo in readme (#129)
f00c66a is described below

commit f00c66a14ab60dd427a7d791a8192a0bde53b0f3
Author: Florian Knip <60...@users.noreply.github.com>
AuthorDate: Thu Jun 24 06:13:41 2021 +0200

    Feature/fix typo in readme (#129)
    
    Fixes #128
    
    ### Motivation
    
    Improve flow when reading the docs
    
    ### Modifications
    
    fixed a typo in the docs
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 86ad683..2e89bf2 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ We provide some instructions to guide you through the preparation: http://pulsar
 2. Run `prepare_helm_release.sh` to create required kubernetes resources for installing this Helm chart.
     - A k8s namespace for installing the Pulsar release (if `-c` is specified)
     - Create the JWT secret keys and tokens for three superusers: `broker-admin`, `proxy-admin`, and `admin`.
-      By default, it generates asymmeric pubic/private key pair. You can choose to generate symmeric secret key
+      By default, it generates asymmetric pubic/private key pair. You can choose to generate symmetric secret key
       by specifying `--symmetric` in the following command.
         - `proxy-admin` role is used for proxies to communicate to brokers.
         - `broker-admin` role is used for inter-broker communications.