mirror of https://github.com/dapr/docs.git
Add spec metadata fields section to K8S secret store docs (#2593)
* Add Spec metadata fields section Added Spec metadata fields section and removed the "name" metadata attribute from code example Signed-off-by: nyemade-uversky <nuversky@microsoft.com> Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com> * Update daprdocs/content/en/reference/components-reference/supported-secret-stores/kubernetes-secret-store.md Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com> * Added square brackets Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com> Co-authored-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
4c5837242c
commit
dc3e62d455
|
@ -29,9 +29,12 @@ metadata:
|
|||
spec:
|
||||
type: secretstores.kubernetes
|
||||
version: v1
|
||||
metadata:
|
||||
- name: ""
|
||||
metadata:[]
|
||||
```
|
||||
|
||||
## Spec metadata fields
|
||||
For the Kubernetes secret store component, there are no metadata attributes.
|
||||
|
||||
## Related links
|
||||
- [Secrets building block]({{< ref secrets >}})
|
||||
- [How-To: Retrieve a secret]({{< ref "howto-secrets.md" >}})
|
||||
|
|
Loading…
Reference in New Issue