mirror of https://github.com/dapr/docs.git
Added reconnectWait to yaml spec
This commit is contained in:
parent
c7a43e5d5d
commit
e3e2783ba8
|
@ -31,6 +31,8 @@ spec:
|
|||
value: "false"
|
||||
- name: prefetchCount
|
||||
value: "0"
|
||||
- name: reconnectWait
|
||||
value: "0"
|
||||
```
|
||||
{{% alert title="Warning" color="warning" %}}
|
||||
The above example uses secrets as plain strings. It is recommended to use a secret store for the secrets as described [here]({{< ref component-secrets.md >}}).
|
||||
|
|
Loading…
Reference in New Issue