diff --git a/library/common/1.0.0/templates/lib/container/env/_checkDuplicates.tpl b/library/common/1.0.0/templates/lib/container/env/_checkDuplicates.tpl index ba1fef5edf..3af7985e76 100644 --- a/library/common/1.0.0/templates/lib/container/env/_checkDuplicates.tpl +++ b/library/common/1.0.0/templates/lib/container/env/_checkDuplicates.tpl @@ -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 -}}