helm... you are dumb really. how this fixes an unrelated test

This commit is contained in:
Stavros kois
2023-02-08 15:22:00 +02:00
parent 6a39752d56
commit c6f3ab219e
@@ -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) -}}