Yaguang Tang | 6cab7ba | 2024-10-10 03:03:10 +0800 | [diff] [blame] | 1 | diff --git a/libvirt/templates/daemonset-libvirt.yaml b/charts/libvirt/templates/daemonset-libvirt.yaml |
2 | index 325f0617..e7f7bc18 100644 | ||||
3 | --- a/libvirt/templates/daemonset-libvirt.yaml | ||||
4 | +++ b/libvirt/templates/daemonset-libvirt.yaml | ||||
5 | @@ -311,7 +311,8 @@ spec: | ||||
6 | - name: etc-pki-libvirt | ||||
7 | emptyDir: {} | ||||
8 | - name: etc-pki-libvirt-vnc | ||||
9 | - emptyDir: {} | ||||
10 | + hostPath: | ||||
11 | + path: /etc/pki/libvirt-vnc | ||||
12 | - name: pod-tmp | ||||
13 | emptyDir: {} | ||||
14 | - name: libvirt-bin |