From 375df989c350d4daccf393de26540e88ebbe2770 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 10 Mar 2024 11:52:04 +0100 Subject: [PATCH] Update library/common/templates/spawner/_cnpg.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- library/common/templates/spawner/_cnpg.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/templates/spawner/_cnpg.tpl b/library/common/templates/spawner/_cnpg.tpl index b1da489b..8e5b9b64 100644 --- a/library/common/templates/spawner/_cnpg.tpl +++ b/library/common/templates/spawner/_cnpg.tpl @@ -24,7 +24,7 @@ {{- if eq $enabled "true" -}} {{/* Handle version string */}} - {{- $pgVersion := $objectData.pgVersion | default $.Values.global.global.fallbackDefaults.pgVersion -}} + {{- $pgVersion := $objectData.pgVersion | default $.Values.global.fallbackDefaults.pgVersion -}} {{- $versionConfigMapName := printf "cnpg-%s-pgversion" $objectData.shortName -}} {{/* If there are previous configmap, fetch value */}}