We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2504728 commit 3042992Copy full SHA for 3042992
images/replication-job/start.sh
@@ -8,7 +8,7 @@ else
8
echo JAVACMD_OPTIONS=\"-server -Xmx$memory\" >~/.osmosis
9
fi
10
11
-workingDirectory="data"
+workingDirectory="/mnt/data/data"
12
13
# Check if state.txt exist in the workingDirectory,
14
# 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
@@ -21,7 +21,7 @@ spec:
21
containers:
22
- name: {{ .Release.Name }}-replication-job-deployment
23
image: {{ .Values.replicationJob.image.name }}:{{ .Values.replicationJob.image.tag }}
24
- command: ['./start.sh']
+ command: ['/start.sh']
25
{{- if .Values.replicationJob.resources.enabled }}
26
resources:
27
requests:
0 commit comments