Skip to content

infobloxopen/grafana_plugins_init

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana Plugins Init Container

This repository contains an init container image that is used by the Grafana Operator to install additional plugins.

Building

To build and push the image run:

make image/build
make image/push

Develop locally

To test that the python script works you need to set a environment variable.

export GRAFANA_PLUGINS="grafana-clock-panel:1.0.1,grafana-simple-json-datasource:1.3.5"

For Custom Plugins/urls

export GRAFANA_PLUGINS="url:https://grafana.com/api/plugins/grafana-simple-json-datasource_latest"

About

The image for the Grafana init container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.7%
  • Makefile 5.8%
  • Dockerfile 2.5%