From cca48e9e109fb573dc2dbce3d499f7905ff639cd Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Thu, 18 Nov 2021 21:16:53 -0800 Subject: [PATCH] Update daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com> --- .../building-blocks/configuration/howto-manage-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md b/daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md index 705d2e5ab..50599cb60 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md +++ b/daprdocs/content/en/developing-applications/building-blocks/configuration/howto-manage-configuration.md @@ -36,7 +36,7 @@ set myconfig "wookie" ### Configure a Dapr configuration store -Save the following file component file, for example to the [default components folder]({{}}) on your machine. You can use this as the Dapr component YAML for Kubernetes using `kubectl` or when running with the Dapr CLI. Note: The Redis configuration component has identical metadata to the Redis state store component, so you can simply copy and change the Redis state store component type if you already have a Redis state store YAML file. +Save the following component file, for example to the [default components folder]({{}}) on your machine. You can use this as the Dapr component YAML for Kubernetes using `kubectl` or when running with the Dapr CLI. Note: The Redis configuration component has identical metadata to the Redis state store component, so you can simply copy and change the Redis state store component type if you already have a Redis state store YAML file. ```yaml apiVersion: dapr.io/v1alpha1