File tree 2 files changed +8
-8
lines changed
tests/e2e-multi-instrumentation
instrumentation-multi-multicontainer
instrumentation-multi-multicontainer-go
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -166,10 +166,10 @@ spec:
166
166
readOnly : true
167
167
initContainers :
168
168
- command :
169
- - cp
170
- - -r
171
- - /autoinstrumentation/.
172
- - /otel-auto-instrumentation-python
169
+ - /bin/sh
170
+ args :
171
+ - -c
172
+ - test -d /autoinstrumentation/. && cp -r /autoinstrumentation/. /otel-auto-instrumentation-python || cp -r /autoinstrumentation/. /otel-auto-instrumentation-python
173
173
name : opentelemetry-auto-instrumentation-python
174
174
volumeMounts :
175
175
- mountPath : /otel-auto-instrumentation-python
Original file line number Diff line number Diff line change @@ -380,10 +380,10 @@ spec:
380
380
- mountPath : /var/run/secrets/kubernetes.io/serviceaccount
381
381
readOnly : true
382
382
- command :
383
- - cp
384
- - -r
385
- - /autoinstrumentation/.
386
- - /otel-auto-instrumentation-python
383
+ - /bin/sh
384
+ args :
385
+ - -c
386
+ - test -d /autoinstrumentation/. && cp -r /autoinstrumentation/. /otel-auto-instrumentation-python || cp -r /autoinstrumentation/. /otel-auto-instrumentation-python
387
387
name : opentelemetry-auto-instrumentation-python
388
388
volumeMounts :
389
389
- mountPath : /otel-auto-instrumentation-python
You can’t perform that action at this time.
0 commit comments