Skip to content

Commit efb1275

Browse files
authored
Merge pull request #3012 from hhunter-ms/issue_2984
[Component spec] Remove duplicate table row
2 parents 58902c6 + 7fa05d6 commit efb1275

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)