From 7a49e99e62af212afbccda90769e42b2e258dcf0 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 12 Jan 2026 22:02:07 -0300 Subject: [PATCH] planka: fix init permissions --- services/planka/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/planka/deployment.yaml b/services/planka/deployment.yaml index 57ebd6b..236c94a 100644 --- a/services/planka/deployment.yaml +++ b/services/planka/deployment.yaml @@ -39,6 +39,9 @@ spec: initContainers: - name: init-user-data image: docker.io/alpine:3.20 + securityContext: + runAsUser: 0 + runAsGroup: 0 command: ["/bin/sh", "-c"] args: - |