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:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: privatebin-volume-permissions
|
- name: privatebin-volume-permissions
|
||||||
image: busybox
|
image: privatebin/chown:1.31.1-musl-1.1.24-r9
|
||||||
command: ['chown', '65534:82', '/mnt']
|
command: ['65534:82', '/mnt']
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
readOnlyRootFilesystem: True
|
readOnlyRootFilesystem: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue