From 77e500a608aedd815c8724ee432655d99622adb8 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Fri, 18 Sep 2026 15:28:44 +0300 Subject: [PATCH] Allow PVE exporter self-signed certificates --- monitoring/proxmox.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/monitoring/proxmox.yaml b/monitoring/proxmox.yaml index b1be66c..1a48372 100644 --- a/monitoring/proxmox.yaml +++ b/monitoring/proxmox.yaml @@ -39,6 +39,9 @@ spec: envFrom: - secretRef: name: prometheus-pve-exporter + env: + - name: PVE_VERIFY_SSL + value: "false" ports: - name: http containerPort: 9221