Skip to content

Commit cd23401

Browse files
committed
Alphabetize data in event-scheduler-job-input-files-configmap
1 parent fcd7124 commit cd23401

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

charts/thub/charts/lms-data-service/templates/event-scheduler-job-input-files-configmap.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ metadata:
88
description: >
99
This ConfigMap contains files used by thub-event-scheduler-job.
1010
data:
11-
start-assigned-items-job.json: |
11+
lms-end-incomplete-jobs.json: |
1212
{
13-
"type": "ASSIGNED_ITEMS",
14-
"instruction": "START",
15-
"communicationType": "SFTP"
13+
"type": "END_INCOMPLETE_DATA_SYNCS",
14+
"instruction": "START"
1615
}
17-
start-lms-learning-history-job.json: |
16+
start-assigned-items-job.json: |
1817
{
19-
"type": "LEARNING_HISTORY",
18+
"type": "ASSIGNED_ITEMS",
2019
"instruction": "START",
2120
"communicationType": "SFTP"
2221
}
@@ -44,10 +43,11 @@ data:
4443
"instruction": "START",
4544
"communicationType": "SFTP"
4645
}
47-
lms-end-incomplete-jobs.json: |
46+
start-lms-learning-history-job.json: |
4847
{
49-
"type": "END_INCOMPLETE_DATA_SYNCS",
50-
"instruction": "START"
48+
"type": "LEARNING_HISTORY",
49+
"instruction": "START",
50+
"communicationType": "SFTP"
5151
}
5252
5353
{{/*

0 commit comments

Comments
 (0)