Skip to content
Snippets Groups Projects
Unverified Commit 094cdb34 authored by Petr Enkov's avatar Petr Enkov
Browse files

allow install grafana plugins

parent eacf316f
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ local defaults = {
containers: [],
datasources: [],
config: {},
plugins: [],
};
function(params) {
......@@ -56,6 +57,7 @@ function(params) {
folderDashboards: g.cfg.folderDashboards,
containers: g.cfg.containers,
config+: g.cfg.config,
plugins+: g.cfg.plugins,
} + (
// Conditionally overwrite default setting.
if std.length(g.cfg.datasources) > 0 then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment