Skip to content

Commit 5d31f67

Browse files
committed
Fix test case assert file
Signed-off-by: Matej Gera <[email protected]>
1 parent 7defcdc commit 5d31f67

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

tests/e2e-targetallocator/targetallocator-kubernetessd/00-assert.yaml

+15-16
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,23 @@ metadata:
2626
data:
2727
collector.yaml: |
2828
exporters:
29-
prometheus:
30-
endpoint: 0.0.0.0:9090
31-
processors: null
29+
prometheus:
30+
endpoint: 0.0.0.0:9090
3231
receivers:
33-
prometheus:
34-
config: {}
35-
target_allocator:
36-
collector_id: ${POD_NAME}
37-
endpoint: http://prometheus-kubernetessd-targetallocator:80
38-
interval: 30s
32+
prometheus:
33+
config: {}
34+
target_allocator:
35+
collector_id: ${POD_NAME}
36+
endpoint: http://prometheus-kubernetessd-targetallocator:80
37+
interval: 30s
3938
service:
40-
pipelines:
41-
metrics:
42-
exporters:
43-
- prometheus
44-
processors: []
45-
receivers:
46-
- prometheus
39+
pipelines:
40+
metrics:
41+
exporters:
42+
- prometheus
43+
processors: []
44+
receivers:
45+
- prometheus
4746
---
4847
# Print TA pod logs if test fails
4948
apiVersion: kuttl.dev/v1beta1

0 commit comments

Comments
 (0)