Skip to content

Commit

Permalink
Update helm unit shapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannik Hollenbach authored and Jannik Hollenbach committed Sep 29, 2024
1 parent 2a7e8f4 commit c628834
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ full values render out correctly:
"steppedLine": false,
"targets": [
{
"expr": "increase(http_requests_count{app=\"juiceshop\", team=\"$team\"}[1m])",
"expr": "increase(http_requests_count{app.kubernetes.io/name=\"juiceshop\", team=\"$team\"}[1m])",
"interval": "1m",
"legendFormat": "{{status_code}}",
"refId": "A"
Expand Down Expand Up @@ -2555,7 +2555,7 @@ full values render out correctly:
},
"targets": [
{
"expr": "{app=\"juice-shop\", team=\"$team\"}",
"expr": "{app.kubernetes.io/name=\"juice-shop\", team=\"$team\"}",
"refId": "A"
}
],
Expand Down

0 comments on commit c628834

Please sign in to comment.