From 07ef271f40fcd1a8da75f009e845bdbd392362fb Mon Sep 17 00:00:00 2001 From: zhangchao Date: Thu, 29 Apr 2021 21:22:56 +0800 Subject: [PATCH] fix pulsar pubsub conponent metadata fields enableTLS to not required --- .../components-reference/supported-pubsub/setup-pulsar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md index cfa6eb7c9..1309cb010 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md @@ -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