We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca1cbb1 + 3a01599 commit 91ed62eCopy full SHA for 91ed62e
1 file changed
deploy/stackit/values.yaml
@@ -79,11 +79,15 @@ securityContext:
79
allowPrivilegeEscalation: false
80
capabilities:
81
drop: ["ALL"]
82
+ seccompProfile:
83
+ type: RuntimeDefault
84
85
podSecurityContext:
86
runAsGroup: 1000
87
runAsUser: 1000
88
runAsNonRoot: true
89
90
91
92
additionalVolumes: []
93
# - name: extra-config
0 commit comments