Implement Plugin inclusion
This commit is contained in:
parent
9e371e1e9c
commit
1df550395f
@ -6,3 +6,4 @@ grafana:
|
|||||||
GF_SECURITY_ADMIN_USER: ${admin_username}
|
GF_SECURITY_ADMIN_USER: ${admin_username}
|
||||||
GF_SECURITY_ADMIN_PASSWORD: ${admin_password}
|
GF_SECURITY_ADMIN_PASSWORD: ${admin_password}
|
||||||
GF_SECURITY_SECRET_KEY: ${secret_key}
|
GF_SECURITY_SECRET_KEY: ${secret_key}
|
||||||
|
GF_INSTALL_PLUGINS: ${install_plugins}
|
||||||
|
@ -28,5 +28,11 @@
|
|||||||
required: true
|
required: true
|
||||||
default: "su2Tong2zoocie"
|
default: "su2Tong2zoocie"
|
||||||
type: "string"
|
type: "string"
|
||||||
|
- variable: install_plugins
|
||||||
|
description: "Include/Install Grafana Plugins (comma-separated plugin-ids)"
|
||||||
|
label: "Install Plugins"
|
||||||
|
required: false
|
||||||
|
default: "grafana-clock-panel"
|
||||||
|
type: "string"
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user