Skip to content

Commit

Permalink
chore(chart): rm host volume mounts
Browse files Browse the repository at this point in the history
(cherry picked from commit 9e871765ded15eba45fa55ae4ab1454bd77718a1)
  • Loading branch information
WeeNews authored and dakehero committed May 31, 2024
1 parent 9a8399d commit 2529d9f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions chart/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ spec:
securityContext:
privileged: true
volumeMounts:
- mountPath: /host
name: host-root
- mountPath: /lib/modules
name: host-lib-modules
- mountPath: /etc/cni/net.d
Expand All @@ -155,10 +153,6 @@ spec:
name: host-cilium-run
- mountPath: /var/run/netns
name: host-run-netns
- mountPath: /host/opt/cni/bin
name: host-cni-bin-dir
- mountPath: /host/etc/cni/net.d
name: host-cni-conf-dir
- mountPath: /run/xtables.lock
name: host-xtables-lock
- mountPath: /etc/cilium/cilium-config
Expand Down Expand Up @@ -210,10 +204,6 @@ spec:
- name: host-lib-modules
hostPath:
path: /lib/modules
- name: host-root
hostPath:
path: /
type: Directory
- name: host-cilium-run
hostPath:
path: /var/run/cilium
Expand Down

0 comments on commit 2529d9f

Please sign in to comment.