Skip to content

Commit

Permalink
generic-device-plugin: update default security context
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorisFeddema committed Jun 28, 2024
1 parent 6ebc35d commit 48ea254
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/generic-device-plugin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: generic-device-plugin
version: 1.0.0
version: 1.0.1
8 changes: 6 additions & 2 deletions charts/generic-device-plugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ podSecurityContext:
runAsNonRoot: true

securityContext:
privileged: false
allowPrivilegeEscalation: false
capabilities:
drop: [ "ALL" ]
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
privileged: false
seccompProfile:
type: "RuntimeDefault"
seLinuxOptions:
type: "container_device_plugin_t"

image:
registry: docker.io
Expand Down

0 comments on commit 48ea254

Please sign in to comment.