mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
fix: remove unnecessary rw on cache for powershell in nsjail (#5236)
This commit is contained in:
@@ -121,7 +121,7 @@ mount {
|
||||
src: "{CACHE_DIR}"
|
||||
dst: "/tmp/windmill/cache/powershell"
|
||||
is_bind: true
|
||||
rw: true
|
||||
rw: false
|
||||
mandatory: false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user