Added reconnectWait to yaml spec

This commit is contained in:
Trond Hindenes 2021-01-04 13:35:32 +01:00
parent c7a43e5d5d
commit e3e2783ba8
1 changed files with 2 additions and 0 deletions

View File

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