mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-23 22:16:39 +00:00
chore(helm): remove commented code
subPath was never used, the reason is presented in README file
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user