chore(helm): remove commented code

subPath was never used, the reason is presented in README file
This commit is contained in:
Thibault VINCENT
2022-12-19 21:18:41 +01:00
parent c3430d441c
commit ca20044049
@@ -108,13 +108,11 @@ spec:
{{- range default $.Values.hostPathsExporter.watchFiles $dsDef.watchFiles }}
- name: file-{{ . | clean | sha1sum }}
mountPath: /mnt/watch/file-{{ . | clean | sha1sum }}/{{ . | clean | dir }}
#subPath: {{ . | base }}
readOnly: true
{{- end }}
{{- range default $.Values.hostPathsExporter.watchKubeconfFiles $dsDef.watchKubeconfFiles }}
- name: kube-{{ . | clean | sha1sum }}
mountPath: /mnt/watch/kube-{{ . | clean | sha1sum }}/{{ . | clean | dir }}
#subPath: {{ . | base }}
readOnly: true
{{- end }}
{{- range $extraVolumeMounts }}