Skip to content

Commit

Permalink
Fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Oct 17, 2024
1 parent 3f20ea1 commit b60ddfe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ spec:
readOnly: true
initContainers:
- command:
- cp
- -r
- /autoinstrumentation/.
- /otel-auto-instrumentation-python
- /bin/sh
args:
- -c
- test -d /autoinstrumentation/. && cp -r /autoinstrumentation/. /otel-auto-instrumentation-python || cp -r /autoinstrumentation/. /otel-auto-instrumentation-python
name: opentelemetry-auto-instrumentation-python
volumeMounts:
- mountPath: /otel-auto-instrumentation-python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,10 @@ spec:
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
readOnly: true
- command:
- cp
- -r
- /autoinstrumentation/.
- /otel-auto-instrumentation-python
- /bin/sh
args:
- -c
- test -d /autoinstrumentation/. && cp -r /autoinstrumentation/. /otel-auto-instrumentation-python || cp -r /autoinstrumentation/. /otel-auto-instrumentation-python
name: opentelemetry-auto-instrumentation-python
volumeMounts:
- mountPath: /otel-auto-instrumentation-python
Expand Down

0 comments on commit b60ddfe

Please sign in to comment.