mirror of https://github.com/dapr/docs.git
update k8s secrets spec
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
7e7292d395
commit
18319ad3b0
|
@ -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 >}})
|
Loading…
Reference in New Issue