From f8a95d0e8a0195f2d13b0e9cb7aea821f5e6b417 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 57ebd6b6..236c94a4 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: - |