1
0
Fork 0
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:
Zadkiel 2021-07-23 21:10:08 +02:00 committed by GitHub
parent 88d1617390
commit 61381cd648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}