From 5d1cbd290a6245e2aa37064b8f040163437a9d3f Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Mon, 29 Apr 2024 17:02:41 +0200 Subject: [PATCH] fix(umami): debug startup issues --- umami/resources/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/umami/resources/deployment.yaml b/umami/resources/deployment.yaml index 093352d..0ad4326 100644 --- a/umami/resources/deployment.yaml +++ b/umami/resources/deployment.yaml @@ -16,6 +16,11 @@ spec: containers: - name: umami image: umami + command: + - "/bin/bash" + - "-c" + args: + - 'sleep 3600' env: - name: DATABASE_URL valueFrom: