Skip to content

Commit

Permalink
Merge pull request #3 from vijaykatam/fix_pod_security_context
Browse files Browse the repository at this point in the history
fsGroup is applicable to PodSecurityContext not container
  • Loading branch information
cppforlife authored Apr 28, 2020
2 parents 46a404d + 05c600a commit b8c2d75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ spec:
securityContext:
runAsUser: 1000
runAsGroup: 2000
fsGroup: 3000
securityContext:
fsGroup: 3000
volumes:
- name: template-fs
emptyDir:
Expand Down

0 comments on commit b8c2d75

Please sign in to comment.