update k8s secrets spec

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-06-05 11:18:45 -04:00
parent 7e7292d395
commit 18319ad3b0
1 changed files with 2 additions and 7 deletions

View File

@ -24,9 +24,7 @@ metadata:
spec:
type: crypto.dapr.kubernetes.secrets
version: v1
metadata:
- name: defaultNamespace
value: <VALUE>
metadata:[]
```
{{% alert title="Warning" color="warning" %}}
@ -35,10 +33,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr
## Spec metadata fields
| Field | Required | Details | Example |
|--------------------|:--------:|---------|---------|
| defaultNamespace | N | | |
| requestTimeout | N | | |
For the Kubernetes secret store component, there are no metadata attributes.
## Related links
[Cryptography building block]({{< ref cryptography >}})