Skip to content

Commit 4b80155

Browse files
HamzaHamza
authored andcommitted
Remove extra variables to default values
1 parent 66eaf33 commit 4b80155

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

code-engine-cos2cos/data.sh

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/bin/sh
22

33
# Regions
4-
COS_REGION_PRIMARY=au-syd
4+
COS_REGION_PRIMARY=eu-es
55
COS_REGION_SECONDARY=eu-es
66
PROJECT_REGION=eu-es
77
PROJECT_NAME="Cos2Cos"
88

99
# Resource groups
1010
PROJECT_RESOURCE_GROUP=resource-group
11-
COS_RESOURCE_GROUP_PRIMARY=resource-group
12-
COS_RESOURCE_GROUP_SECONDARY=resource-group
11+
COS_RESOURCE_GROUP_PRIMARY=${PROJECT_RESOURCE_GROUP}
12+
COS_RESOURCE_GROUP_SECONDARY=${PROJECT_RESOURCE_GROUP}
1313

1414
#Creating a COS Instance
1515
COS_INSTANCE_NAME_PRIMARY=cos-instance-one
@@ -20,7 +20,7 @@ COS_BUCKET_NAME_PRIMARY=cos-bucket-one
2020
COS_BUCKET_NAME_SECONDARY=cos-bucket-two
2121

2222
# Endpoints
23-
COS_ENDPOINT_PRIMARY=s3.au-syd.cloud-object-storage.appdomain.cloud
23+
COS_ENDPOINT_PRIMARY=s3.eu-es.cloud-object-storage.appdomain.cloud
2424
COS_ENDPOINT_SECONDARY=s3.eu-es.cloud-object-storage.appdomain.cloud
2525

2626
# Trusted Profile
@@ -31,7 +31,4 @@ JOB_NAME=cos2cos-job
3131

3232
# Define registry credentials
3333
BASE_SECRET=ce-secret
34-
AUTH_SECRET=auth-secret
35-
36-
# Array Size of Job run Instance
37-
ARRAY_SIZE=13
34+
AUTH_SECRET=auth-secret

0 commit comments

Comments
 (0)