CreateContainerConfigError.
This commit is contained in:
Alexis Bruneteau 2025-09-04 17:30:48 +02:00
parent 6a2c17834b
commit 721cad0cc9

View File

@ -82,6 +82,8 @@ spec:
- name: config-setup
image: "busybox:1.36"
command: ['sh', '-c', 'cp -r /app/config-ro/* /app/config/ || true; chmod -R 755 /app/config; chown -R 1000:1000 /app/config']
securityContext:
runAsUser: 0
volumeMounts:
- mountPath: /app/config-ro
name: homepage-config