diff --git a/hades/templates/deployment.yaml b/hades/templates/deployment.yaml index 827562e..7d24160 100644 --- a/hades/templates/deployment.yaml +++ b/hades/templates/deployment.yaml @@ -151,7 +151,7 @@ spec: {{- end }} {{- if .Values.allhosts.enabled }} - name: allhosts - mountPath: /var/lib/allhosts.tsv + mountPath: /etc/onlinesales/config/allhosts/allhosts.tsv subPath: allhosts.tsv readOnly: true {{- end }}