mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
fix(configs): Create non-existent parent directories automatically (#233)
This commit is contained in:
@@ -11,6 +11,10 @@ services:
|
||||
uid: "1000"
|
||||
gid: "1000"
|
||||
mode: 0600
|
||||
# Writing a config to a new, non-existent directory
|
||||
- source: from-file
|
||||
target: /etc/new-dir/config-from-file.conf
|
||||
mode: 0644
|
||||
deploy:
|
||||
replicas: 1
|
||||
configs:
|
||||
|
||||
Reference in New Issue
Block a user