Skip to content

Commit

Permalink
Removing fsGroup from example as it'll enforce the gid on the kdf vol…
Browse files Browse the repository at this point in the history
…ume mount (MapR fs)
  • Loading branch information
sarjeet2013 committed Jul 11, 2018
1 parent 765e448 commit b40cfd3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/testsecure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
spec:
securityContext:
runAsUser: 1000
fsGroup: 2000
containers:
- name: busybox
image: busybox
Expand Down
1 change: 0 additions & 1 deletion examples/testsimple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
spec:
securityContext:
runAsUser: 1000
fsGroup: 2000
containers:
- name: busybox
image: busybox
Expand Down

0 comments on commit b40cfd3

Please sign in to comment.