Skip to content

Commit 646a222

Browse files
committed
fix: Job names changed
1 parent 6cb7e48 commit 646a222

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tilt/common.tilt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ for workload in opensrvs_services:
9797
k8s_resource(workload, labels=[tilt_label])
9898

9999
opensrvs_jobs = [
100-
'postgres-on-update-core',
101-
'postgres-data-migration',
102-
'postgres-on-update-analytics',
100+
'postgres-on-deploy',
103101
'data-migration',
102+
'data-migration-analytics',
104103
'elasticsearch-reindex',
105104
]
105+
106106
job_label = '3.Jobs'
107107
for workload in opensrvs_jobs:
108108
k8s_resource(workload, labels=[job_label])

0 commit comments

Comments
 (0)