We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c96550 commit 3968a15Copy full SHA for 3968a15
helm-charts/nts-pool/templates/management.yaml
@@ -41,7 +41,7 @@ spec:
41
{{- toYaml . | nindent 10 }}
42
{{- end }}
43
image: "{{ default .Values.image.repository .Values.management.image.repository }}:{{ default .Values.image.tag .Values.management.image.tag }}"
44
- command: ["/opt/geodb/geolocation-loader.sh"]
+ command: ["/opt/geodb/scripts/geolocation-loader.sh"]
45
workingDir: "/opt/geodb/"
46
volumeMounts:
47
- name: geolocation
0 commit comments