Skip to content

Commit b7f6981

Browse files
committed
Set securityContext.seccompProfile.type to RuntimeDefault
1 parent 02e343a commit b7f6981

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)