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 @@ -164,10 +164,10 @@ spec:
164
164
readOnly : true
165
165
initContainers :
166
166
- command :
167
- - cp
168
- - -r
169
- - /autoinstrumentation/.
170
- - /otel-auto-instrumentation-python
167
+ - /bin/sh
168
+ args :
169
+ - -c
170
+ - test -d /autoinstrumentation/. && cp -r /autoinstrumentation/. /otel-auto-instrumentation-python || cp -r /autoinstrumentation/. /otel-auto-instrumentation-python
171
171
name : opentelemetry-auto-instrumentation-python
172
172
volumeMounts :
173
173
- mountPath : /otel-auto-instrumentation-python
Original file line number Diff line number Diff line change @@ -378,10 +378,10 @@ spec:
378
378
- mountPath : /var/run/secrets/kubernetes.io/serviceaccount
379
379
readOnly : true
380
380
- command :
381
- - cp
382
- - -r
383
- - /autoinstrumentation/.
384
- - /otel-auto-instrumentation-python
381
+ - /bin/sh
382
+ args :
383
+ - -c
384
+ - test -d /autoinstrumentation/. && cp -r /autoinstrumentation/. /otel-auto-instrumentation-python || cp -r /autoinstrumentation/. /otel-auto-instrumentation-python
385
385
name : opentelemetry-auto-instrumentation-python
386
386
volumeMounts :
387
387
- mountPath : /otel-auto-instrumentation-python
You can’t perform that action at this time.
0 commit comments