Skip to content

Commit c7ee7c8

Browse files
Add fsGroup and fsGroupChangePolicy to deployment (#3286)
Signed-off-by: Julius von Kohout <[email protected]>
1 parent 9e1d4d2 commit c7ee7c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

applications/pipeline/upstream/third-party/seaweedfs/base/seaweedfs/seaweedfs-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ spec:
2222
securityContext:
2323
seccompProfile:
2424
type: RuntimeDefault
25+
fsGroup: 1000
26+
fsGroupChangePolicy: "OnRootMismatch"
2527
containers:
2628
- name: seaweedfs
2729
envFrom:

0 commit comments

Comments
 (0)