Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.22 KB | None | 0 0
  1. spec:
  2.   containers:
  3.   - image: my/app:1.0.0
  4.     name: app
  5.     securityContext:
  6.       allowPrivilegeEscalation: false
  7.       privileged: false
  8.   securityContext:
  9.     fsGroup: 2866
  10.     runAsNonRoot: true
  11.     runAsUser: 2866
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement