Skip to content

Commit

Permalink
Added node-agent mounts
Browse files Browse the repository at this point in the history
Signed-off-by: Afek Berger <[email protected]>
  • Loading branch information
afek854 committed Jan 5, 2025
1 parent 853a2b6 commit e79e6de
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2673,6 +2673,10 @@ all capabilities:
name: bpffs
- mountPath: /data
name: data
- mountPath: /proc
name: proc
- mountPath: /boot
name: boot
- mountPath: /clamav
name: clamrun
readOnly: false
Expand Down Expand Up @@ -2723,6 +2727,12 @@ all capabilities:
- hostPath:
path: /sys/kernel/debug
name: debugfs
- hostPath:
path: /proc
name: proc
- hostPath:
path: /boot
name: boot
- emptyDir: null
name: data
- emptyDir: {}
Expand Down Expand Up @@ -8141,6 +8151,10 @@ default capabilities:
name: bpffs
- mountPath: /data
name: data
- mountPath: /proc
name: proc
- mountPath: /boot
name: boot
- mountPath: /clamav
name: clamrun
readOnly: false
Expand Down Expand Up @@ -8186,6 +8200,12 @@ default capabilities:
- hostPath:
path: /sys/kernel/debug
name: debugfs
- hostPath:
path: /proc
name: proc
- hostPath:
path: /boot
name: boot
- emptyDir: null
name: data
- emptyDir: {}
Expand Down Expand Up @@ -12500,6 +12520,10 @@ disable otel:
name: bpffs
- mountPath: /data
name: data
- mountPath: /proc
name: proc
- mountPath: /boot
name: boot
- mountPath: /clamav
name: clamrun
readOnly: false
Expand Down Expand Up @@ -12542,6 +12566,12 @@ disable otel:
- hostPath:
path: /sys/kernel/debug
name: debugfs
- hostPath:
path: /proc
name: proc
- hostPath:
path: /boot
name: boot
- emptyDir: null
name: data
- emptyDir: {}
Expand Down Expand Up @@ -16069,6 +16099,10 @@ minimal capabilities:
name: bpffs
- mountPath: /data
name: data
- mountPath: /proc
name: proc
- mountPath: /boot
name: boot
- mountPath: /clamav
name: clamrun
readOnly: false
Expand Down Expand Up @@ -16111,6 +16145,12 @@ minimal capabilities:
- hostPath:
path: /sys/kernel/debug
name: debugfs
- hostPath:
path: /proc
name: proc
- hostPath:
path: /boot
name: boot
- emptyDir: null
name: data
- emptyDir: {}
Expand Down
10 changes: 10 additions & 0 deletions charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,10 @@ nodeAgent:
name: bpffs
- mountPath: /data
name: data
- mountPath: /proc
name: proc
- mountPath: /boot
name: boot
- mountPath: /clamav
name: clamrun
readOnly: false
Expand All @@ -568,6 +572,12 @@ nodeAgent:
- hostPath:
path: /sys/kernel/debug
name: debugfs
- hostPath:
path: /proc
name: proc
- hostPath:
path: /boot
name: boot
- emptyDir:
name: data

Expand Down

0 comments on commit e79e6de

Please sign in to comment.