correct k8s example, kudos @Feliksas

This commit is contained in:
El RIDO 2021-02-05 04:55:46 +01:00
parent 25104d083f
commit 2afdf0194d
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -72,7 +72,7 @@ spec:
initContainers:
- name: privatebin-volume-permissions
image: privatebin/chown:1.33.0-musl-1.2.2-r0
command: ['65534:82', '/mnt']
args: ['65534:82', '/mnt']
securityContext:
runAsUser: 0
readOnlyRootFilesystem: true