Skip to content

GlueOps/platform-helm-chart-grafana-dashboards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glueops-grafana-dashboards

Version: 0.10.1 Type: application AppVersion: 0.1.0

A Helm chart for Grafana Dashboards for the GlueOps Platform. Given how Helm template works whenever you have a {{var}} in your grafana json you need to change it so that its excplitity escaped with a backtick. ORIGINAL- {{kubernetes_pod_name}} WORKING- {{`{{kubernetes_pod_name}}`}}