Skip to content

Commit

Permalink
fixed security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelespazzoli committed Jul 10, 2018
1 parent d81130d commit 06dd286
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cucumber-selenium-grid/applier/templates/selenium-grid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ objects:
args:
- start
- '--desiredContainers'
- '2'
- '0'
- '--screenWidth'
- '1440'
- '--screenHeight'
Expand Down Expand Up @@ -114,6 +114,8 @@ objects:
mountPath: /home/seluser/videos
- name: zalenium-mounted
mountPath: /tmp/mounted
securityContext:
runAsUser: 1000
volumes:
- name: zalenium-data
persistentVolumeClaim:
Expand All @@ -123,6 +125,8 @@ objects:
claimName: zalenium-mounted
serviceAccountName: zalenium
serviceAccount: zalenium
securityContext:
fsGroup: 1000
- apiVersion: route.openshift.io/v1
kind: Route
metadata:
Expand Down

0 comments on commit 06dd286

Please sign in to comment.