From 66f09692bfa850effcaccd5ec2411fa89a3f2342 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Thu, 19 Jan 2023 16:50:50 +0200 Subject: [PATCH] add a todo --- .../1.0.0/templates/lib/container/env/_checkDuplicates.tpl | 1 + 1 file changed, 1 insertion(+) 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) -}}