mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 00:03:29 +03:00
add filesystem group change policy for large minio deployments (#14528)
* add group change policy for large MinIO deployments * Added Kubernetes version > 1.20 check for applying the proposed change
This commit is contained in:
@@ -237,6 +237,7 @@ securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
|
||||
# Additational pod annotations
|
||||
podAnnotations: {}
|
||||
|
||||
Reference in New Issue
Block a user