From efb78f6af53a959f7440473151a1ddbba5a18a48 Mon Sep 17 00:00:00 2001 From: Jochem Date: Fri, 5 Jul 2024 10:39:27 +0200 Subject: [PATCH] Fix issue with distributed poller not being enabled globaly --- charts/librenms/templates/librenms-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/librenms/templates/librenms-deployment.yml b/charts/librenms/templates/librenms-deployment.yml index 06d2ff3..b400510 100644 --- a/charts/librenms/templates/librenms-deployment.yml +++ b/charts/librenms/templates/librenms-deployment.yml @@ -55,7 +55,7 @@ spec: - name: files mountPath: /data/files - name: files - mountPath: /data/config/custom.php + mountPath: /opt/librenms/custom.php subPath: custom.php readOnly: true - name: mysql