File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ resources:
4646 mountPoints :
4747 - bucketName : ${vars.ossBucketName}
4848 bucketPath : ${vars.ossBucketSubPath}
49- endpoint : http://oss-cn- ${vars.region}-internal.aliyuncs.com
49+ endpoint : http://oss-${vars.region}-internal.aliyuncs.com
5050 mountDir : /mnt/cache
5151 readOnly : False
5252 {{ else }}vpcConfig:{{ if nasMountAddr != '' }}
@@ -90,7 +90,7 @@ resources:
9090 mountPoints :
9191 - bucketName : ${vars.ossBucketName}
9292 bucketPath : ${vars.ossBucketSubPath}
93- endpoint : http://oss-cn- ${vars.region}-internal.aliyuncs.com
93+ endpoint : http://oss-${vars.region}-internal.aliyuncs.com
9494 mountDir : /mnt/cache
9595 readOnly : False
9696 {{ else }}vpcConfig: ${resources.model_cache.output.vpcConfig}
@@ -191,7 +191,7 @@ resources:
191191 mountPoints :
192192 - bucketName : ${vars.ossBucketName}
193193 bucketPath : ${vars.ossBucketSubPath}
194- endpoint : http://oss-cn- ${vars.region}-internal.aliyuncs.com
194+ endpoint : http://oss-${vars.region}-internal.aliyuncs.com
195195 mountDir : /mnt/cache
196196 readOnly : False
197197 {{ else }}vpcConfig: ${resources.model_cache.output.vpcConfig}
You can’t perform that action at this time.
0 commit comments