Skip to content

Commit 0f3d1e7

Browse files
committed
DaemonSet: Remove /var/lib/bpfman from mounts
/var/lib/bpfman was only used by the bpfman database. The database was moved to /run/bpfman/db in bpfman/bpfman#1577, making this mount no longer necessary. Signed-off-by: Andreas Karis <[email protected]>
1 parent 38e5f84 commit 0f3d1e7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

config/bpfman-deployment/daemonset.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ spec:
9090
# This mount is needed to attach tracepoint programs
9191
- name: host-debug
9292
mountPath: /sys/kernel/debug
93-
# Needed to ensure images are persisted to disk across restarts
94-
- name: bpfman-content-store
95-
mountPath: /var/lib/bpfman
96-
mountPropagation: Bidirectional
9793
# Needed for the aya PIN_BY_NAME feature to function correctly
9894
- name: default-bpf-fs
9995
mountPath: /sys/fs/bpf
@@ -214,10 +210,6 @@ spec:
214210
hostPath:
215211
path: /sys/kernel/debug
216212
type: ""
217-
- name: bpfman-content-store
218-
hostPath:
219-
path: /var/lib/bpfman
220-
type: ""
221213
- name: default-bpf-fs
222214
hostPath:
223215
path: /sys/fs/bpf

0 commit comments

Comments
 (0)