Skip to content

Commit f254b91

Browse files
authored
Merge pull request #191 from baijum/files-collection-change
Remove impractical recommendation
2 parents 939b5c4 + e21e87e commit f254b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The projected binding **MUST** contain a `type` entry with a value that identifi
198198

199199
The name of a binding entry file name **SHOULD** match `[a-z0-9\-\.]{1,253}`. The contents of a binding entry may be anything representable as bytes on the file system including, but not limited to, a literal string value (e.g. `db-password`), a language-specific binary (e.g. a Java `KeyStore` with a private key and X.509 certificate), or an indirect pointer to another system for value resolution (e.g. `vault://production-database/password`).
200200

201-
The collection of files within the directory **MAY** change between container launches. The collection of files within the directory **SHOULD NOT** change during the lifetime of the container.
201+
The collection of files within the directory **MAY** change during the lifetime of the container or between container launches.
202202

203203
## Example Directory Structure
204204

0 commit comments

Comments
 (0)