Skip to content

Commit c75f0bd

Browse files
authoredMar 27, 2024··
Merge pull request #630 from joebowbeer/patch-1
fix: Add seccompProfile type to default securityContext
2 parents f8b425a + 69565f9 commit c75f0bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎deployments/kubernetes/chart/reloader/values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ reloader:
5555
securityContext:
5656
runAsNonRoot: true
5757
runAsUser: 65534
58+
seccompProfile:
59+
type: RuntimeDefault
5860

5961
containerSecurityContext: {}
6062
# capabilities:

0 commit comments

Comments
 (0)
Please sign in to comment.