summaryrefslogtreecommitdiff
path: root/test/e2e/test.yaml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-11-07 16:05:03 +0100
committerGitHub <noreply@github.com>2019-11-07 16:05:03 +0100
commitb4a83bf9aebb1aba3b4a5fcceb777f37036f64cb (patch)
tree22cb6ef9e56cd36bacd2b9efe9410d04ec127b5d /test/e2e/test.yaml
parenta889fd397ae56f16c71be2bf8b0a886def1559fa (diff)
parenta6108f1c19f4432eff4ee1e52eef9e60d13329e5 (diff)
downloadpodman-b4a83bf9aebb1aba3b4a5fcceb777f37036f64cb.tar.gz
podman-b4a83bf9aebb1aba3b4a5fcceb777f37036f64cb.tar.bz2
podman-b4a83bf9aebb1aba3b4a5fcceb777f37036f64cb.zip
Merge pull request #4447 from rhatdan/runasuser
Add support for RunAsUser and RunAsGroup
Diffstat (limited to 'test/e2e/test.yaml')
-rw-r--r--test/e2e/test.yaml3
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