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
|
apiVersion: dapr.io/v1alpha1
|
||||||
kind: Component
|
kind: Component
|
||||||
auth:
|
auth:
|
||||||
|
secretstore: [SECRET-STORE-NAME]
|
||||||
metadata:
|
metadata:
|
||||||
name: [COMPONENT-NAME]
|
name: [COMPONENT-NAME]
|
||||||
namespace: [COMPONENT-NAMESPACE]
|
namespace: [COMPONENT-NAMESPACE]
|
||||||
|
|
Loading…
Reference in New Issue