Fix puppeteer permission issue

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

View File

@ -23,6 +23,17 @@ spec:
volumeMounts:
- name: app-volume
mountPath: /app
- name: chown-permissions
image: alpine
command:
- /bin/sh
- -c
- "chown -R 999:999 /app && chown -R 999:999 /secrets"
volumeMounts:
- name: app-volume
mountPath: /app
- name: utility-secrets
mountPath: /secrets
containers:
- name: utility-agent
# We use a custom puppeteer-compatible image or just build one.