Merge pull request #1453 from Taction/feature/fix_pulsar_default_value

fix pulsar pubsub conponent metadata fields enableTLS to not required
This commit is contained in:
Aaron Crawfis 2021-04-30 11:38:22 -07:00 committed by GitHub
commit a20b4b8daf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ spec:
| Field | Required | Details | Example |
|--------------------|:--------:|---------|---------|
| host | Y | Address of the Pulsar broker. Default is `"localhost:6650"` | `"localhost:6650"`
| enableTLS | Y | Enable TLS. Default: `"false"` | `"true"`, `"false"`
| enableTLS | N | Enable TLS. Default: `"false"` | `"true"`, `"false"`
## Create a Pulsar instance