diff options
Diffstat (limited to 'test/e2e/test.yaml')
-rw-r--r-- | test/e2e/test.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/e2e/test.yaml b/test/e2e/test.yaml index 319d6a4a0..98d2c91df 100644 --- a/test/e2e/test.yaml +++ b/test/e2e/test.yaml @@ -24,6 +24,9 @@ spec: name: test resources: {} securityContext: + runAsUser: 1000 + runAsGroup: 3000 + fsGroup: 2000 allowPrivilegeEscalation: true capabilities: {} privileged: false |