Skip to content

Commit 91ed62e

Browse files
authored
Merge pull request #105 from HartmannVolker/patch-1
feat(helm): Add seccomp profile to default security contexts
2 parents ca1cbb1 + 3a01599 commit 91ed62e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy/stackit/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,15 @@ securityContext:
7979
allowPrivilegeEscalation: false
8080
capabilities:
8181
drop: ["ALL"]
82+
seccompProfile:
83+
type: RuntimeDefault
8284

8385
podSecurityContext:
8486
runAsGroup: 1000
8587
runAsUser: 1000
8688
runAsNonRoot: true
89+
seccompProfile:
90+
type: RuntimeDefault
8791

8892
additionalVolumes: []
8993
# - name: extra-config

0 commit comments

Comments
 (0)