Skip to content

Commit 796294b

Browse files
notandyfwiesel
authored andcommitted
remove os-release mounting, not needed since #fca7783
1 parent a8010c7 commit 796294b

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

charts/kvm-node-agent/templates/daemonset.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ spec:
7575
- mountPath: /var/run/dbus/system_bus_socket
7676
name: systemd-sock
7777
readOnly: true
78-
- mountPath: /etc/os-release
79-
name: os-release
80-
readOnly: true
8178
- mountPath: /pki/CA
8279
name: pki-ca
8380
- mountPath: /pki/libvirt
@@ -124,10 +121,6 @@ spec:
124121
path: /run/dbus/system_bus_socket
125122
type: Socket
126123
name: systemd-sock
127-
- hostPath:
128-
path: /etc/os-release
129-
type: File
130-
name: os-release
131124
- hostPath:
132125
path: /etc/pki/CA
133126
type: DirectoryOrCreate

config/manager/manager.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ spec:
118118
- mountPath: /var/run/dbus/system_bus_socket
119119
name: systemd-sock
120120
readOnly: true
121-
- mountPath: /etc/os-release
122-
name: os-release
123-
readOnly: true
124121
- mountPath: /pki/CA
125122
name: pki-ca
126123
- mountPath: /pki/libvirt
@@ -140,10 +137,6 @@ spec:
140137
hostPath:
141138
path: /run/dbus/system_bus_socket
142139
type: Socket
143-
- name: os-release
144-
hostPath:
145-
path: /etc/os-release
146-
type: File
147140
- name: pki-ca
148141
hostPath:
149142
path: /etc/pki/CA

0 commit comments

Comments
 (0)