mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
- allow adding environment variables to the grafana deployment. the main use case for
this is to allow plugin download when behind a proxy
This commit is contained in:
parent
301785dc46
commit
c424ae1793
@ -59,6 +59,7 @@ local vars = import 'vars.jsonnet';
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: vars.grafana.plugins,
|
plugins: vars.grafana.plugins,
|
||||||
|
env: vars.grafana.env
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
//---------------------------------------
|
//---------------------------------------
|
||||||
|
@ -79,5 +79,7 @@
|
|||||||
// Plugins to be installed at runtime.
|
// Plugins to be installed at runtime.
|
||||||
//Ex. plugins: ['grafana-piechart-panel', 'grafana-clock-panel'],
|
//Ex. plugins: ['grafana-piechart-panel', 'grafana-clock-panel'],
|
||||||
plugins: [],
|
plugins: [],
|
||||||
|
//Ex. env: [ { name: 'http_proxy', value: 'host:8080' } ]
|
||||||
|
env: []
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user