Skip to content

Commit

Permalink
Set fsGroup for minio
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 13, 2023
1 parent dbab41c commit e686e5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/minio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following table lists the configurable parameters of the `minio` chart and t
| nameOverride | | <code>""</code> |
| fullnameOverride | | <code>""</code> |
| podAnnotations | | <code>{}</code> |
| podSecurityContext | | <code>{}</code> |
| podSecurityContext | | <code>{"fsGroup":65534}</code> |
| securityContext | Security options this container should run with | <code>{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}</code> |
| ingress.enabled | | <code>false</code> |
| ingress.className | | <code>""</code> |
Expand Down
4 changes: 2 additions & 2 deletions charts/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ fullnameOverride: ""

podAnnotations: {}

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext: # +doc-gen:break
fsGroup: 65534

# Security options this container should run with
securityContext: # +doc-gen:break
Expand Down

0 comments on commit e686e5b

Please sign in to comment.