add a todo

This commit is contained in:
Stavros kois
2023-01-19 16:50:50 +02:00
parent 3de43bc3a5
commit 66f09692bf

View File

@@ -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) -}}