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: - |