This is an automated email from the ASF dual-hosted git repository.

tloubrieu pushed a commit to branch collection_manager_358
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git

commit 845e387244e170a9c7a624577c4a205aa20e2b66
Author: Thomas Loubrieu <[email protected]>
AuthorDate: Tue Nov 16 10:01:20 2021 -0800

    remove hyphen to avoid carriage return from being removed
---
 helm/templates/_helpers.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl
index 30a5623..6578166 100644
--- a/helm/templates/_helpers.tpl
+++ b/helm/templates/_helpers.tpl
@@ -32,7 +32,7 @@ The data volume which is used in both the Collection Manager 
and the Granule Ing
     server: {{ .Values.ingestion.granules.nfsServer }}
     path: {{ .Values.ingestion.granules.path }}
   {{- else }}
-  {{- if .Values.ingestion.granules.path -}}
+  {{- if .Values.ingestion.granules.path }}
   hostPath:
     path: {{ .Values.ingestion.granules.path }}
   {{- end -}}

Reply via email to