Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: runAsNonRoot false
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <reaver@flomesh.io>
  • Loading branch information
reaver-flomesh committed Jul 4, 2023
1 parent 9edfdbd commit 3da3f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fsm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ fsm:
podLabels: { }
podAnnotations: { }
podSecurityContext:
runAsNonRoot: true
runAsNonRoot: false
runAsUser: 65532
runAsGroup: 65532
seccompProfile:
Expand Down

0 comments on commit 3da3f73

Please sign in to comment.