Want to run with security context #120
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When running this application with a security context where the gitea pod is not allowed to run as a root user, it does not get full gitea access, as the docker image is build on root access, and the entrypoint does some root/user-id magic to make it work.
Is it possible to get the helm chart updated to allow non-root securityContext. As the
initcontainer requires root, and thegiteacontainer seems to need is, but why?There is also a rootless version of the gitea container that you could try using.
Root is used in standard container due to historical reasons of packaging opensshd which bound to a port that needed root permissions, as we didn't want to create a breaking change that is why we now also offer the rootless version.