diff options
Diffstat (limited to 'manifests/base/deploy.yaml')
| -rw-r--r-- | manifests/base/deploy.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/base/deploy.yaml b/manifests/base/deploy.yaml index bba25a3..5e018c2 100644 --- a/manifests/base/deploy.yaml +++ b/manifests/base/deploy.yaml @@ -26,8 +26,8 @@ spec: terminationMessagePath: /dev/termination-log terminationMessagePolicy: File securityContext: - runAsUser: 0 - runAsGroup: 3000 + runAsUser: 1000 + runAsGroup: 1000 volumeMounts: - mountPath: /tokens name: go-git-server-tokens |