Skip to content

Commit f671e12

Browse files
committed
tests/e2e: align to new indentation
Signed-off-by: Benedikt Bongartz <[email protected]>
1 parent feaa1e1 commit f671e12

File tree

3 files changed

+36
-38
lines changed

3 files changed

+36
-38
lines changed

tests/e2e/managed-reconcile/02-assert.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ data:
5858
receivers:
5959
otlp:
6060
protocols:
61-
grpc:
62-
http:
63-
processors:
64-
61+
grpc: null
62+
http: null
6563
exporters:
66-
debug:
64+
debug: null
6765
6866
service:
6967
pipelines:
7068
traces:
71-
receivers: [otlp]
7269
processors: []
73-
exporters: [debug]
70+
exporters:
71+
- debug
72+
receivers:
73+
- otlp

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

+16-17
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,25 @@ metadata:
2727
data:
2828
collector.yaml: |
2929
exporters:
30-
debug: null
31-
processors: null
30+
debug: null
3231
receivers:
33-
jaeger:
34-
protocols:
35-
grpc: null
32+
jaeger:
33+
protocols:
34+
grpc: null
3635
prometheus:
37-
config: {}
38-
target_allocator:
39-
collector_id: ${POD_NAME}
40-
endpoint: http://stateful-targetallocator:80
41-
interval: 30s
36+
config: {}
37+
target_allocator:
38+
collector_id: ${POD_NAME}
39+
endpoint: http://stateful-targetallocator:80
40+
interval: 30s
4241
service:
43-
pipelines:
44-
traces:
45-
exporters:
46-
- debug
47-
processors: []
48-
receivers:
49-
- jaeger
42+
pipelines:
43+
traces:
44+
exporters:
45+
- debug
46+
processors: []
47+
receivers:
48+
- jaeger
5049
---
5150
# Print TA pod logs if test fails
5251
apiVersion: kuttl.dev/v1beta1

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

+13-14
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,21 @@ data:
2929
exporters:
3030
prometheus:
3131
endpoint: 0.0.0.0:9090
32-
processors: null
3332
receivers:
34-
prometheus:
35-
config: {}
36-
target_allocator:
37-
collector_id: ${POD_NAME}
38-
endpoint: http://prometheus-cr-targetallocator:80
39-
interval: 30s
33+
prometheus:
34+
config: {}
35+
target_allocator:
36+
collector_id: ${POD_NAME}
37+
endpoint: http://prometheus-cr-targetallocator:80
38+
interval: 30s
4039
service:
41-
pipelines:
42-
metrics:
43-
exporters:
44-
- prometheus
45-
processors: []
46-
receivers:
47-
- prometheus
40+
pipelines:
41+
metrics:
42+
exporters:
43+
- prometheus
44+
processors: []
45+
receivers:
46+
- prometheus
4847
---
4948
# Print TA pod logs if test fails
5049
apiVersion: kuttl.dev/v1beta1

0 commit comments

Comments
 (0)