Skip to content

Commit 6f5788a

Browse files
committed
remove duplicate table row
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 6d3f537 commit 6f5788a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

daprdocs/content/en/reference/components-reference/supported-secret-stores/file-secret-store.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ spec:
4040
|--------------------|:--------:|-------------------------------------------------------------------------|--------------------------|
4141
| secretsFile | Y | The path to the file where secrets are stored | `"path/to/file.json"` |
4242
| nestedSeparator | N | Used by the store when flattening the JSON hierarchy to a map. Defaults to `":"` | `":"`
43-
| multiValued | N | Allows one level of multi-valued key/value pairs before flattening JSON hierarchy. Defaults to `"false"` | `"true"` |
4443
| multiValued | N | `"true"` sets the `multipleKeyValuesPerSecret` behavior. Allows one level of multi-valued key/value pairs before flattening JSON hierarchy. Defaults to `"false"` | `"true"` |
4544

4645
## Setup JSON file to hold the secrets

0 commit comments

Comments
 (0)