mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-08 18:15:48 +00:00
fix: add templating variable for Datasource field (#2187)
This commit is contained in:
parent
88d1617390
commit
61381cd648
1 changed files with 13 additions and 2 deletions
|
@ -2212,7 +2212,18 @@
|
|||
"style": "dark",
|
||||
"tags": [],
|
||||
"templating": {
|
||||
"list": []
|
||||
"list": [
|
||||
{
|
||||
"hide": 0,
|
||||
"label": "datasource",
|
||||
"name": "DS_PROMETHEUS_KYVERNO",
|
||||
"options": [],
|
||||
"query": "prometheus",
|
||||
"refresh": 1,
|
||||
"regex": "",
|
||||
"type": "datasource"
|
||||
}
|
||||
]
|
||||
},
|
||||
"time": {
|
||||
"from": "now-30m",
|
||||
|
@ -2223,4 +2234,4 @@
|
|||
"title": "Kyverno",
|
||||
"uid": "HJ0s2OeGz",
|
||||
"version": 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue