修正deploy脚本错误
This commit is contained in:
parent
f0a2883c8c
commit
d21ebe4152
@ -28,11 +28,10 @@ spec:
|
||||
- name: skywalking-agent
|
||||
mountPath: /agent
|
||||
command: [ "/bin/sh" ]
|
||||
args: [ "-c", "cp -R /skywalking/agent /agent/ \n
|
||||
cp /skywalking/agent/optional-plugins/apm-nacos-client-2.x-plugin-9.0.0.jar /skywalking/agent/plugins/\n
|
||||
args: [ "-c", "cp /skywalking/agent/optional-plugins/apm-nacos-client-2.x-plugin-9.0.0.jar /skywalking/agent/plugins/\n
|
||||
cp /skywalking/agent/optional-plugins/apm-spring-cloud-gateway-3.x-plugin-9.0.0.jar /skywalking/agent/plugins/\n
|
||||
cp /skywalking/agent/optional-plugins/apm-spring-webflux-5.x-plugin-9.0.0.jar /skywalking/agent/plugins/\n
|
||||
cp /skywalking/agent/optional-plugins/apm-spring-webflux-5.x-plugin-9.0.0.jar /skywalking/agent/plugins/" ]
|
||||
cp /skywalking/agent/optional-plugins/apm-spring-webflux-5.x-plugin-9.0.0.jar /skywalking/agent/plugins/ \n
|
||||
cp -R /skywalking/agent /agent/" ]
|
||||
imagePullSecrets:
|
||||
- name: aliyun-hub-register #提前在项目下配置访问阿里云的账号密码
|
||||
containers:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user