Fix puppeteer permission issue with chmod 777

This commit is contained in:
Deep Koluguri 2026-06-27 16:04:35 -04:00
parent 0fdf7c7edf
commit f26ae7abd1
1 changed files with 1 additions and 1 deletions

View File

@ -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