mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
helm... you are dumb really. how this fixes an unrelated test
This commit is contained in:
@@ -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) -}}
|
||||
|
||||
Reference in New Issue
Block a user