Skip to content

Commit

Permalink
fix: add fsGroup range (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 authored Mar 25, 2024
1 parent 1f857fb commit c8c3b39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/all/minio/templates/scc-minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ supplementalGroups:
type: RunAsAny
fsGroup:
type: MustRunAs
ranges:
- min: 1000
max: 1000
volumes:
- configMap
- downwardAPI
Expand Down

0 comments on commit c8c3b39

Please sign in to comment.