Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
deployment:
initContainers:
- name: volume-permissions
image: busybox:stable@sha256:acdc29f25f9c5d678b264007f6f0ea63f12756dcef1cdb043f3fd2a13ba735c3
image: busybox:stable@sha256:650fd573e056b679a5110a70aabeb01e26b76e545ec4b9c70a9523f2dfaf18c6
command: ["sh", "-c", "touch /data/acme.json; chown 65532:65532 /data/acme.json; chmod -v 600 /data/acme.json; chown -R 65532:65532 /var/log/traefik"]
securityContext:
runAsNonRoot: false