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.
This commit is contained in:
Jacob Winther 2025-03-09 19:22:27 +13:00
parent be6c80bfcf
commit 985c0fd9e2

View File

@ -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