소스 검색

Fix a bug when using non host mounts

Kris Moore 4 년 전
부모
커밋
556bd1d7f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      charts/ipfs/1.0.0/templates/_storage.tpl

+ 1 - 1
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 -}}