From df28a2745ab4eeb3985adffc1e2c6f41a144c189 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Thu, 15 Jun 2023 15:52:45 -0400 Subject: [PATCH] add suggested warning Signed-off-by: Hannah Hunter --- .../components-reference/supported-pubsub/setup-pulsar.md | 5 +++++ 1 file changed, 5 insertions(+) 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 5adca74a8..5e6bc861e 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 @@ -62,6 +62,11 @@ spec: } ``` +{{% alert title="Warning" color="warning" %}} +This component supports storing the `token` parameter and any other sensitive parameter and data as Kubernetes Secrets. +{{% /alert %}} + + ## Spec metadata fields | Field | Required | Details | Example |