mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 23:19:15 +08:00
add a todo
This commit is contained in:
@@ -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) -}}
|
||||
|
||||
Reference in New Issue
Block a user