extraArgs:
- | chmod o+rwx /etc/passwd chmod o+rwx /etc/group
This commit is contained in:
parent
cda3fc8179
commit
de3194062d
1 changed files with 3 additions and 2 deletions
|
@ -50,8 +50,9 @@ server:
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|
||||||
extraArgs:
|
extraArgs:
|
||||||
- chmod o+rwx /etc/passwd
|
- |
|
||||||
- chmod o+rwx /etc/group
|
chmod o+rwx /etc/passwd
|
||||||
|
chmod o+rwx /etc/group
|
||||||
|
|
||||||
postStart:
|
postStart:
|
||||||
- sh
|
- sh
|
||||||
|
|
Reference in a new issue