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 86a9052
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2673,6 +2673,8 @@ all capabilities:
name: bpffs
- mountPath: /data
name: data
- mountPath: /boot
name: boot
- mountPath: /clamav
name: clamrun
readOnly: false
Expand Down Expand Up @@ -2723,6 +2725,9 @@ all capabilities:
- hostPath:
path: /sys/kernel/debug
name: debugfs
- hostPath:
path: /boot
name: boot
- emptyDir: null
name: data
- emptyDir: {}
Expand Down Expand Up @@ -8141,6 +8146,8 @@ default capabilities:
name: bpffs
- mountPath: /data
name: data
- mountPath: /boot
name: boot
- mountPath: /clamav
name: clamrun
readOnly: false
Expand Down Expand Up @@ -8186,6 +8193,9 @@ default capabilities:
- hostPath:
path: /sys/kernel/debug
name: debugfs
- hostPath:
path: /boot
name: boot
- emptyDir: null
name: data
- emptyDir: {}
Expand Down Expand Up @@ -12500,6 +12510,8 @@ disable otel:
name: bpffs
- mountPath: /data
name: data
- mountPath: /boot
name: boot
- mountPath: /clamav
name: clamrun
readOnly: false
Expand Down Expand Up @@ -12542,6 +12554,9 @@ disable otel:
- hostPath:
path: /sys/kernel/debug
name: debugfs
- hostPath:
path: /boot
name: boot
- emptyDir: null
name: data
- emptyDir: {}
Expand Down Expand Up @@ -16069,6 +16084,8 @@ minimal capabilities:
name: bpffs
- mountPath: /data
name: data
- mountPath: /boot
name: boot
- mountPath: /clamav
name: clamrun
readOnly: false
Expand Down Expand Up @@ -16111,6 +16128,9 @@ minimal capabilities:
- hostPath:
path: /sys/kernel/debug
name: debugfs
- hostPath:
path: /boot
name: boot
- emptyDir: null
name: data
- emptyDir: {}
Expand Down
5 changes: 5 additions & 0 deletions charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,8 @@ nodeAgent:
name: bpffs
- mountPath: /data
name: data
- mountPath: /boot
name: boot
- mountPath: /clamav
name: clamrun
readOnly: false
Expand All @@ -568,6 +570,9 @@ nodeAgent:
- hostPath:
path: /sys/kernel/debug
name: debugfs
- hostPath:
path: /boot
name: boot
- emptyDir:
name: data

Expand Down

0 comments on commit 86a9052

Please sign in to comment.