extraArgs:
- chmod o+rwx /etc/passwd - chmod o+rwx /etc/group
This commit is contained in:
parent
2dc751b5e3
commit
cda3fc8179
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ server:
|
|||
name: host-log-storage
|
||||
readOnly: false
|
||||
|
||||
extraArgs:
|
||||
- chmod o+rwx /etc/passwd
|
||||
- chmod o+rwx /etc/group
|
||||
|
||||
postStart:
|
||||
- sh
|
||||
- -c
|
||||
|
|
Loading…
Reference in a new issue