allhosts mount point changed

This commit is contained in:
Vaibhav Pathak 2026-01-22 11:49:34 +05:30
parent d7e307241c
commit 721ef7ee6b

View File

@ -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 }}