mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
Merge pull request #77 from naude-r/master
Configure grafana with optional env variables
This commit is contained in:
commit
bdd892ecce
@ -59,6 +59,7 @@ local vars = import 'vars.jsonnet';
|
||||
},
|
||||
},
|
||||
plugins: vars.grafana.plugins,
|
||||
env: vars.grafana.env
|
||||
},
|
||||
},
|
||||
//---------------------------------------
|
||||
|
@ -79,5 +79,7 @@
|
||||
// Plugins to be installed at runtime.
|
||||
//Ex. plugins: ['grafana-piechart-panel', 'grafana-clock-panel'],
|
||||
plugins: [],
|
||||
//Ex. env: [ { name: 'http_proxy', value: 'host:8080' } ]
|
||||
env: []
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user