mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
there is nothing to "or" there
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
{{- end -}}
|
||||
|
||||
{{/* Lists are passed as stringified arrays, convert them to a real list */}}
|
||||
{{- if or (eq $source "fixedEnv") -}}
|
||||
{{- if eq $source "fixedEnv" -}}
|
||||
{{- $data = $data | fromJsonArray -}}
|
||||
{{- end -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user