Skip to content

Commit 5698c89

Browse files
authored
Merge pull request #135 from brancz/seccomp
Set securityContext.seccompProfile.type to RuntimeDefault
2 parents 02e343a + b7f6981 commit 5698c89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grafana/grafana.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ function(params) {
335335
capabilities: { drop: ['ALL'] },
336336
allowPrivilegeEscalation: false,
337337
readOnlyRootFilesystem: true,
338+
seccompProfile: { type: 'RuntimeDefault' },
338339
},
339340
};
340341

0 commit comments

Comments
 (0)