File tree Expand file tree Collapse file tree
charts/kvm-node-agent/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments