diff --git a/libvirt/templates/daemonset-libvirt.yaml b/charts/libvirt/templates/daemonset-libvirt.yaml | |
index 325f0617..e7f7bc18 100644 | |
--- a/libvirt/templates/daemonset-libvirt.yaml | |
+++ b/libvirt/templates/daemonset-libvirt.yaml | |
@@ -311,7 +311,8 @@ spec: | |
- name: etc-pki-libvirt | |
emptyDir: {} | |
- name: etc-pki-libvirt-vnc | |
- emptyDir: {} | |
+ hostPath: | |
+ path: /etc/pki/libvirt-vnc | |
- name: pod-tmp | |
emptyDir: {} | |
- name: libvirt-bin |