mirror of
https://github.com/ceph/ceph
synced 2025-02-09 20:09:53 +00:00
Before this refactor we couln't override the config externally. Now the _config is correctly propagated and not only taken from the config.libsonnet file. Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@cern.ch>
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
(import 'config.libsonnet') +
|
|
(import 'dashboards.libsonnet') +
|
|
(import 'alerts.libsonnet')
|