Skip to content

Allow to define under which user and group gitaly is running

We are running our Gitlab within OpenShift environment and therefore need to run all services with persistent storage under group: 0.

This MR allows to define the UserID and GroupID under which the gitaly pods are running, configuration works similar to how you define that for the redis pods.

Merge request reports