From f00c66a14ab60dd427a7d791a8192a0bde53b0f3 Mon Sep 17 00:00:00 2001 From: Florian Knip <60717922+floknip@users.noreply.github.com> Date: Thu, 24 Jun 2021 06:13:41 +0200 Subject: [PATCH] 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.