Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bdf97ef

Browse files
committedOct 29, 2024··
fix indentation in e2e yaml
1 parent 67753d9 commit bdf97ef

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎tests/e2e-multi-instrumentation/instrumentation-multi-multicontainer-go/02-assert.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ spec:
169169
readOnly: true
170170
initContainers:
171171
- command:
172-
- cp
173-
- -r
174-
- /autoinstrumentation/.
175-
- /otel-auto-instrumentation-python
172+
- cp
173+
- -r
174+
- /autoinstrumentation/.
175+
- /otel-auto-instrumentation-python
176176
name: opentelemetry-auto-instrumentation-python
177177
volumeMounts:
178178
- mountPath: /otel-auto-instrumentation-python

‎tests/e2e-multi-instrumentation/instrumentation-multi-multicontainer/01-assert.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,10 @@ spec:
383383
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
384384
readOnly: true
385385
- command:
386-
- cp
387-
- -r
388-
- /autoinstrumentation/.
389-
- /otel-auto-instrumentation-python
386+
- cp
387+
- -r
388+
- /autoinstrumentation/.
389+
- /otel-auto-instrumentation-python
390390
name: opentelemetry-auto-instrumentation-python
391391
volumeMounts:
392392
- mountPath: /otel-auto-instrumentation-python

0 commit comments

Comments
 (0)
Please sign in to comment.