Skip to content

Commit 3968a15

Browse files
committed
Fix path
1 parent 4c96550 commit 3968a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-charts/nts-pool/templates/management.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
{{- toYaml . | nindent 10 }}
4242
{{- end }}
4343
image: "{{ default .Values.image.repository .Values.management.image.repository }}:{{ default .Values.image.tag .Values.management.image.tag }}"
44-
command: ["/opt/geodb/geolocation-loader.sh"]
44+
command: ["/opt/geodb/scripts/geolocation-loader.sh"]
4545
workingDir: "/opt/geodb/"
4646
volumeMounts:
4747
- name: geolocation

0 commit comments

Comments
 (0)