From c6f3ab219e205d2ac715bcd17f006382b66154f0 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Wed, 8 Feb 2023 15:22:00 +0200 Subject: [PATCH] helm... you are dumb really. how this fixes an unrelated test --- library/common/1.0.0/templates/spawner/_pvc.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/1.0.0/templates/spawner/_pvc.tpl b/library/common/1.0.0/templates/spawner/_pvc.tpl index e6344b194d..87ac6f884c 100644 --- a/library/common/1.0.0/templates/spawner/_pvc.tpl +++ b/library/common/1.0.0/templates/spawner/_pvc.tpl @@ -12,7 +12,7 @@ {{/* Create a copy of the persistence */}} {{- $objectData := (mustDeepCopy $persistence) -}} - {{ $_ := set $objectData "type" ($objectData.type | default $.Values.fallbackDefaults.persistenceType) }} + {{- $_ := set $objectData "type" ($objectData.type | default $.Values.fallbackDefaults.persistenceType) -}} {{/* Perform general validations */}} {{- include "ix.v1.common.lib.persistence.validation" (dict "rootCtx" $ "objectData" $objectData) -}}