apps: legit: run as git user
Anirudh Oppiliappan x@icyphox.sh
Sun, 14 Jul 2024 00:24:56 +0300
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
apps/legit/legit.yaml
→
apps/legit/legit.yaml
@@ -18,6 +18,9 @@ app: legit
spec: nodeSelector: kubernetes.io/hostname: denna + securityContext: + runAsUser: 1001 # git + runAsGroup: 100 # users containers: - name: legit image: sini:5000/legit:latest