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: spec:
type: crypto.dapr.kubernetes.secrets type: crypto.dapr.kubernetes.secrets
version: v1 version: v1
metadata: metadata:[]
- name: defaultNamespace
value: <VALUE>
``` ```
{{% alert title="Warning" color="warning" %}} {{% 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 ## Spec metadata fields
| Field | Required | Details | Example | For the Kubernetes secret store component, there are no metadata attributes.
|--------------------|:--------:|---------|---------|
| defaultNamespace | N | | |
| requestTimeout | N | | |
## Related links ## Related links
[Cryptography building block]({{< ref cryptography >}}) [Cryptography building block]({{< ref cryptography >}})