diff --git a/k8s/utility-agent.yaml b/k8s/utility-agent.yaml index af398e3..fbf2e55 100644 --- a/k8s/utility-agent.yaml +++ b/k8s/utility-agent.yaml @@ -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.