mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/resource-specs/component-schema.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
97d323bc6b
commit
e2a4f64ea1
|
@ -14,6 +14,7 @@ Dapr defines and registers components using a [resource specifications](https://
|
|||
apiVersion: dapr.io/v1alpha1
|
||||
kind: Component
|
||||
auth:
|
||||
secretstore: [SECRET-STORE-NAME]
|
||||
metadata:
|
||||
name: [COMPONENT-NAME]
|
||||
namespace: [COMPONENT-NAMESPACE]
|
||||
|
|
Loading…
Reference in New Issue