Skip to content

Commit 0a7ead0

Browse files
authored
set fsGroup in deploy manifests
this sets the mounted workflow directory to match the group the pod is running as
1 parent 97ea889 commit 0a7ead0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deploy/proxy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ spec:
112112
runAsUser: 65532
113113
runAsGroup: 65532
114114
runAsNonRoot: true
115+
fsGroup: 65532
115116
seccompProfile:
116117
type: RuntimeDefault
117118
volumeClaimTemplates:

0 commit comments

Comments
 (0)