Skip to content

Commit a765655

Browse files
committed
fix
1 parent e08f5d2 commit a765655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/opencrvs-services/templates/data-migration-analytics-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- sh
2626
- -c
2727
- >
28-
cp -R /assets/metabase/* /data-assets/ &&
28+
cp -R /assets/postgres/* /data-assets/ &&
2929
chmod +x /data-assets/*.sh || true
3030
volumeMounts:
3131
- name: assets

0 commit comments

Comments
 (0)