From 52ab359e485e82abec40d6bc48db86785403eae4 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 27 Dec 2022 14:37:23 +0200 Subject: [PATCH] fix mapping --- library/common/1.0.0/templates/lib/pod/volumes/_pvc.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}