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:
nyemade-uversky 2022-07-01 15:29:52 -06:00 committed by GitHub
parent 4c5837242c
commit dc3e62d455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -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" >}})