mirror of https://github.com/dapr/docs.git
fix pulsar pubsub conponent metadata fields enableTLS to not required
This commit is contained in:
parent
8ff1c14743
commit
07ef271f40
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue