mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-09 02:24:16 +00:00
fix e2e fail
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
This commit is contained in:
parent
d1fb419659
commit
25f077ba61
1 changed files with 1 additions and 1 deletions
|
@ -1490,7 +1490,7 @@ var staticConfigTestCases = []scrapeCRDTestCase{
|
|||
StaticConfigs: []monitoringv1alpha1.StaticConfig{
|
||||
{
|
||||
Targets: []monitoringv1alpha1.Target{"1.1.1.1:9090", "0.0.0.0:9090"},
|
||||
Labels: map[monitoringv1.LabelName]string{"owned-by": "prometheus"},
|
||||
Labels: map[string]string{"owned-by": "prometheus"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue