Skip to content

Commit

Permalink
fix(k8s-addons-trivy-operator.json): data source vars
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <david@0xdc.me>
  • Loading branch information
dotdc committed Sep 24, 2023
1 parent aa11232 commit 74e89c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dashboards/k8s-addons-trivy-operator.json
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"description": "",
"fieldConfig": {
Expand Down Expand Up @@ -879,7 +879,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"editorMode": "code",
"exemplar": false,
Expand Down Expand Up @@ -2662,6 +2662,6 @@
"timezone": "",
"title": "Trivy Operator - Vulnerabilities",
"uid": "security_trivy_operator",
"version": 8,
"version": 9,
"weekStart": ""
}

0 comments on commit 74e89c7

Please sign in to comment.