This commit is contained in:
Stavros kois
2024-03-10 17:25:13 +02:00
parent 75fd2298b8
commit 2cd901357a

View File

@@ -75,7 +75,7 @@ objectData: The object data to be used to render the container.
{{/* Initialize from the default values */}}
{{- $volMount := dict -}}
{{- if eq $objectData.podType "StatefulSet" -}}
{{- if eq $persistenceValues.type "vct" -}}
{{- $fullname := include "tc.v1.common.lib.chart.names.fullname" $rootCtx -}}
{{- $persistenceName = printf "%s-%s" $fullname $persistenceName -}}
{{- end -}}