Fix puppeteer permission issue with chmod 777
This commit is contained in:
parent
0fdf7c7edf
commit
f26ae7abd1
|
|
@ -28,7 +28,7 @@ spec:
|
|||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- "chown -R 999:999 /app && chown -R 999:999 /secrets"
|
||||
- "chmod -R 777 /app && chmod -R 777 /secrets"
|
||||
volumeMounts:
|
||||
- name: app-volume
|
||||
mountPath: /app
|
||||
|
|
|
|||
Loading…
Reference in New Issue