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.
The following table lists the main configurable parameters of the librenms chart v3.11.0 and their default values. Please, refer to [values.yaml](./values.yaml) for the full list of configurable parameters.
The following table lists the main configurable parameters of the librenms chart v3.12.0 and their default values. Please, refer to [values.yaml](./values.yaml) for the full list of configurable parameters.
| librenms.appkey | string | `nil` | Laravel appkey used by LibreNMS, this should be generated by you and is a required setting. See the README for more information |
| librenms.configuration | string | `"$config['distributed_poller_group'] = '0';\n$config['distributed_poller'] = true;\n"` | Custom configuration options for LibreNMS. Fore more infomation on options in this file check the following link: https://docs.librenms.org/Support/Configuration/ |
# -- repository is the image repository to pull from.
repository:librenms/librenms
# -- tag is image tag to pull.
tag:24.5.0
tag:25.3.0
# -- Laravel appkey used by LibreNMS, this should be generated by you and is a
# required setting. See the README for more information
@@ -123,6 +123,27 @@ librenms:
# -- Extra environment variable for RRDCACHED container
extraEnvs:{}
# -- LibreNMS ingress configuration
ingress:
# -- Enable or disable ingress
enabled:false
# -- Ingress class name
className:""
# -- Ingress annotations
annotations:{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# -- Ingress ingress rules
hosts:
- host:chart-example.local
paths:
- path:/
pathType:ImplementationSpecific
tls:[]
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
# -- Configuration for MySQL dependency chart by Bitnami. See their chart for
# more information: https://github.com/bitnami/charts/tree/master/bitnami/mysql
mysql:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.