Merge pull request #419 from 3dwardch3ng/infra/logstash

fix fsGroup for pod for minio
This commit is contained in:
2024-07-10 18:00:47 +10:00
committed by GitHub

View File

@@ -32,3 +32,5 @@ spec:
containerSecurityContext:
runAsUser: 1000
runAsGroup: 1000
podSecurityContext:
fsGroup: 1000