compose secrets.*.type: allow using file path
This commit is contained in:
parent
a8b21575ff
commit
f6d99030f5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
|||
The secret is created with the contents of the file at the specified path.
|
||||
${secretRef "file"}
|
||||
'';
|
||||
type = types.nullOr types.str;
|
||||
type = types.nullOr (types.either types.path types.str);
|
||||
};
|
||||
|
||||
environment = mkOption {
|
||||
|
|
Loading…
Reference in a new issue