commit 6760b579f20b6ff9517ea5bda035e778c39c9cee parent 3cee98e46bab5a686d98766e6015b0c7f3c87513 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 22 Nov 2024 22:29:57 +0100 Add missing user Diffstat:
| M | apps/base/bugzilla/deployment.yaml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/apps/base/bugzilla/deployment.yaml b/apps/base/bugzilla/deployment.yaml @@ -32,6 +32,11 @@ spec: runAsUser: 10001 runAsGroup: 10001 fsGroup: 10001 + command: + - /usr/bin/sh + args: + - -c + - chown -R 10001:10001 /app/data && exec /app/scripts/entrypoint.pl httpd env: - name: BMO_urlbase value: https://bugzilla.midnightthoughts.space