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 5e1fd8e388..ba1fef5edf 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 @@ -1,6 +1,7 @@ {{- define "ix.v1.common.util.envCheckDupes" -}} {{- $root := .root -}} + {{/* TODO: Needs desperately optimization */}} {{- range $kOut, $vOut := $root.Values.envsForDupeCheck -}} {{- range $kIn, $vIn := $root.Values.envsForDupeCheck -}} {{- if and (ne $vOut.source $vIn.source) (eq $vOut.key $vIn.key) -}}