addressing concerns over busybox usage, by switching to minimal chown
binary, closes #13
This commit is contained in:
parent
372ed866ac
commit
4b98c98f49
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ spec:
|
|||
spec:
|
||||
initContainers:
|
||||
- name: privatebin-volume-permissions
|
||||
image: busybox
|
||||
command: ['chown', '65534:82', '/mnt']
|
||||
image: privatebin/chown:1.31.1-musl-1.1.24-r9
|
||||
command: ['65534:82', '/mnt']
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
readOnlyRootFilesystem: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue