Skip to content

Commit

Permalink
Merge pull request #396 from RedHatInsights/psav/fix_prod_dash
Browse files Browse the repository at this point in the history
Fixed prod dash version
  • Loading branch information
psav authored Jul 15, 2021
2 parents b9778df + 45b2dfe commit 67476a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/clowder-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ data:
"pluginVersion": "7.2.1",
"targets": [
{
"expr": "sum(csv_succeeded{exported_namespace=\"clowder\"}) by (version)",
"expr": "sum(csv_succeeded{exported_namespace=\"clowder-system\"}) by (version)",
"instant": true,
"interval": "",
"legendFormat": "{{version}}",
Expand Down

0 comments on commit 67476a9

Please sign in to comment.