Skip to content

Commit 3042992

Browse files
author
Rub21
committed
Update start point for replication job
1 parent 2504728 commit 3042992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/replication-job/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else
88
echo JAVACMD_OPTIONS=\"-server -Xmx$memory\" >~/.osmosis
99
fi
1010

11-
workingDirectory="data"
11+
workingDirectory="/mnt/data/data"
1212

1313
# Check if state.txt exist in the workingDirectory,
1414
# in case the file does not exist locally and does not exist in the cloud the replication will start from 0

osm-seed/templates/replication-job-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
containers:
2222
- name: {{ .Release.Name }}-replication-job-deployment
2323
image: {{ .Values.replicationJob.image.name }}:{{ .Values.replicationJob.image.tag }}
24-
command: ['./start.sh']
24+
command: ['/start.sh']
2525
{{- if .Values.replicationJob.resources.enabled }}
2626
resources:
2727
requests:

0 commit comments

Comments
 (0)