diff --git a/library/common/1.0.0/templates/lib/pod/volumes/_pvc.tpl b/library/common/1.0.0/templates/lib/pod/volumes/_pvc.tpl index f1f931ee06..5c9cdf9cfc 100644 --- a/library/common/1.0.0/templates/lib/pod/volumes/_pvc.tpl +++ b/library/common/1.0.0/templates/lib/pod/volumes/_pvc.tpl @@ -2,7 +2,7 @@ {{- $index := .index -}} {{- $vol := .volume -}} {{- $root := .root -}} - {{- $pvcName := include "ix.v1.common.names.volume.pvc" (dict "index" $index "root" $root "pvcVolValues" $vol) -}} + {{- $pvcName := include "ix.v1.common.names.volume.pvc" (dict "index" $index "root" $root "pvcVolValues" $vol) }} - name: {{ $index }} persistentVolumeClaim: claimName: {{ tpl $pvcName $root }}