chore(libvirt): refactor to dynamic certs
diff --git a/charts/libvirt/values.yaml b/charts/libvirt/values.yaml
index 4c3f79b..c245c25 100644
--- a/charts/libvirt/values.yaml
+++ b/charts/libvirt/values.yaml
@@ -208,18 +208,13 @@
- endpoint: internal
service: local_image_registry
+tls:
+ enabled: false
+
manifests:
configmap_bin: true
configmap_etc: true
daemonset_libvirt: true
job_image_repo_sync: true
network_policy: false
-
-tls:
- enabled: false
-
-secrets:
- tls:
- server: libvirt-tls-server
- client: libvirt-tls-client
...