Skip to content

Commit

Permalink
Add security context to zarf-agent in order to comply with offical re…
Browse files Browse the repository at this point in the history
…stricted PSS

Signed-off-by: Cade Thomas <[email protected]>
  • Loading branch information
Ansible-man committed Oct 19, 2024
1 parent 09bfd04 commit 22afbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zarf-agent/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ spec:
serviceAccountName: zarf
securityContext:
runAsUser: 1000
runAsGroup: 2000
fsGroup: 2000
runAsGroup: 2000
seccompProfile:
type: "RuntimeDefault"
containers:
Expand Down

0 comments on commit 22afbea

Please sign in to comment.