Skip to content

Commit 0300467

Browse files
update sql
1 parent a43c636 commit 0300467

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/resources/import.sql

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ INSERT INTO workflow_stage (workflow_stage_idx, workflow_stage_type_idx, workflo
268268
"imageId": "default", \
269269
"specId": "gcp+asia-east1+e2-standard-4", \
270270
"connectionName": "gcp-asia-east1", \
271-
"name": "k8s03", \
272-
"nodeGroupName": "${CLUSTER}", \
271+
"name": "${CLUSTER}", \
272+
"nodeGroupName": "k8sng03", \
273273
"version": "1.31.11-gke.1036000" \
274274
}"""
275275
} else if (CPS == "aws") {
@@ -1205,8 +1205,8 @@ pipeline {
12051205
"imageId": "default", \
12061206
"specId": "gcp+asia-east1+e2-standard-4", \
12071207
"connectionName": "gcp-asia-east1", \
1208-
"name": "k8s03", \
1209-
"nodeGroupName": "${CLUSTER}", \
1208+
"name": "${CLUSTER}", \
1209+
"nodeGroupName": "k8sng03", \
12101210
"version": "1.31.11-gke.1036000" \
12111211
}"""
12121212
} else if (CPS == "aws") {
@@ -2695,8 +2695,8 @@ INSERT INTO workflow_stage_mapping (mapping_idx, workflow_idx, stage_order, work
26952695
"imageId": "default", \
26962696
"specId": "gcp+asia-east1+e2-standard-4", \
26972697
"connectionName": "gcp-asia-east1", \
2698-
"name": "k8s03", \
2699-
"nodeGroupName": "${CLUSTER}", \
2698+
"name": "${CLUSTER}", \
2699+
"nodeGroupName": "k8sng03", \
27002700
"version": "1.31.11-gke.1036000" \
27012701
}"""
27022702
} else if (CPS == "aws") {

0 commit comments

Comments
 (0)