From 556bd1d7f52dcea5537bd43a9c7a5a8f1df43d2a Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Sat, 23 Jan 2021 11:38:08 -0500 Subject: [PATCH] Fix a bug when using non host mounts --- charts/ipfs/1.0.0/templates/_storage.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ipfs/1.0.0/templates/_storage.tpl b/charts/ipfs/1.0.0/templates/_storage.tpl index fb9be148db..994f15f661 100644 --- a/charts/ipfs/1.0.0/templates/_storage.tpl +++ b/charts/ipfs/1.0.0/templates/_storage.tpl @@ -1,7 +1,7 @@ {{/* Retrieve host path from ix volumes based on dataset name */}} -{{- define "retrieveDataPathFromiXVolume" -}} +{{- define "retrieveHostPathFromiXVolume" -}} {{- range $index, $hostPathConfiguration := $.ixVolumes }} {{- $dsName := base $hostPathConfiguration.hostPath -}} {{- if eq $.datasetName $dsName -}}