forked from RemoteSync/librnms-helm-charts
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:
parent
be6c80bfcf
commit
985c0fd9e2
@ -55,7 +55,7 @@ spec:
|
|||||||
- name: files
|
- name: files
|
||||||
mountPath: /data/files
|
mountPath: /data/files
|
||||||
- name: files
|
- name: files
|
||||||
mountPath: /opt/librenms/custom.php
|
mountPath: /data/config/custom.php
|
||||||
subPath: custom.php
|
subPath: custom.php
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: mysql
|
- name: mysql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user