From 985c0fd9e25665769fc245b193becf03c2987e2c Mon Sep 17 00:00:00 2001 From: Jacob Winther Date: Sun, 9 Mar 2025 19:22:27 +1300 Subject: [PATCH] Fix custom.php custom.php is being placed in a location that isn't imported from config.php. This change fixes the location. Origonally raised in PR#41 but that looks abandoned. --- 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 b400510..06d2ff3 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: /opt/librenms/custom.php + mountPath: /data/config/custom.php subPath: custom.php readOnly: true - name: mysql