diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index 7ce4ad04..baa1a4b2 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 12.2.14 +version: 12.2.15 diff --git a/library/common/templates/lib/container/_env.tpl b/library/common/templates/lib/container/_env.tpl index 9eb9b5cf..8ac47483 100644 --- a/library/common/templates/lib/container/_env.tpl +++ b/library/common/templates/lib/container/_env.tpl @@ -38,7 +38,7 @@ objectData: The object data to be used to render the container. {{- $name = tpl $obj.name $rootCtx -}} - {{- $expandName := $obj.expandName | default true -}} + {{- $expandName := $obj.expandObjectName | default true -}} {{- if kindIs "string" $expandName -}} {{- $expandName = tpl $expandName $rootCtx -}} diff --git a/library/common/templates/lib/container/_envFrom.tpl b/library/common/templates/lib/container/_envFrom.tpl index fb02946a..c15ca049 100644 --- a/library/common/templates/lib/container/_envFrom.tpl +++ b/library/common/templates/lib/container/_envFrom.tpl @@ -26,7 +26,7 @@ objectData: The object data to be used to render the container. {{- $objectName := tpl .name $rootCtx -}} - {{- $expandName := .expandName | default true -}} + {{- $expandName := .expandObjectName | default true -}} {{- if kindIs "string" $expandName -}} {{- $expandName = tpl $expandName $rootCtx -}}