mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-20 19:29:10 +00:00
formating
This commit is contained in:
parent
129e8c019c
commit
5523368a7f
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ func TestRetentionSize(t *testing.T) {
|
|||
for _, test := range tests {
|
||||
sset, err := makeStatefulSet(monitoringv1.Prometheus{
|
||||
Spec: monitoringv1.PrometheusSpec{
|
||||
Version: test.version,
|
||||
Version: test.version,
|
||||
RetentionSize: test.specRetentionSize,
|
||||
},
|
||||
}, defaultTestConfig, nil, "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue