Skip to content

Commit 6c9acb0

Browse files
stefanprodangithub-actions[bot]
authored andcommitted
Add securityContext.fsGroup to deployment
Signed-off-by: Stefan Prodan <[email protected]> (cherry picked from commit 9f2fcec)
1 parent 41a3c8f commit 6c9acb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/manager/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ spec:
2020
prometheus.io/port: "8080"
2121
spec:
2222
terminationGracePeriodSeconds: 10
23+
securityContext:
24+
fsGroup: 1337
2325
containers:
2426
- name: manager
2527
image: fluxcd/source-watcher

0 commit comments

Comments
 (0)