Feature/fix typo in readme (#129)

Fixes #128 

### Motivation

Improve flow when reading the docs

### Modifications

fixed a typo in the docs
This commit is contained in:
Florian Knip 2021-06-24 06:13:41 +02:00 committed by GitHub
parent 75169707fb
commit f00c66a14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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) - 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`. - 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. by specifying `--symmetric` in the following command.
- `proxy-admin` role is used for proxies to communicate to brokers. - `proxy-admin` role is used for proxies to communicate to brokers.
- `broker-admin` role is used for inter-broker communications. - `broker-admin` role is used for inter-broker communications.