Skip to content

Commit 65c51be

Browse files
authored
Merge pull request #479 from andreaskaris/remove-var-lib-bpfman-mount
DaemonSet: Remove /var/lib/bpfman from mounts
2 parents fcb4d73 + 0f3d1e7 commit 65c51be

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)