mirror of https://github.com/dapr/docs.git
Merge branch 'v1.1' into aacrawfi/consul-selfhost
This commit is contained in:
commit
d7ff1d19d0
|
@ -17,5 +17,5 @@ jobs:
|
|||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-pr-message: 'Stale PR, paging all reviewers'
|
||||
stale-pr-label: 'stale'
|
||||
exempt-pr-labels: 'question,"help wanted",do-not-merge'
|
||||
exempt-pr-labels: 'question,"help wanted",do-not-merge,waiting-on-code-pr'
|
||||
days-before-stale: 5
|
||||
|
|
|
@ -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