Skip to content

Commit

Permalink
Merge pull request #630 from joebowbeer/patch-1
Browse files Browse the repository at this point in the history
fix: Add seccompProfile type to default securityContext
  • Loading branch information
MuneebAijaz committed Mar 27, 2024
2 parents f8b425a + 69565f9 commit c75f0bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/kubernetes/chart/reloader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ reloader:
securityContext:
runAsNonRoot: true
runAsUser: 65534
seccompProfile:
type: RuntimeDefault

containerSecurityContext: {}
# capabilities:
Expand Down

0 comments on commit c75f0bd

Please sign in to comment.