Skip to content

Commit

Permalink
Updated README.md with a note about secrets mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Thomsen authored and adamtulinius committed Nov 8, 2018
1 parent 3299804 commit 274ab7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ Files can be uploaded without ever ending up in the nix store, by specifying eac

See `examples/secrets.nix` or the type definitions in `data/options.nix`.

Here be dragons:
Morph currently doesn't have support for creating the required directory structure, so uploading a file to a non-existing directory will fail.
*Note:*
Morph will automatically create directories parent to `secret.Destination` if they don't exist.
New dirs will be owned by root:root and have mode 755 (drwxr-xr-w).
Automatic directory creation can be disabled by setting `secret.mkDirs = false`.


### Health checks
Expand Down

0 comments on commit 274ab7c

Please sign in to comment.