This commit is contained in:
Stavros kois
2022-12-20 00:59:33 +02:00
parent 992c41c3c4
commit b66df8571a
2 changed files with 3 additions and 0 deletions

View File

@@ -32,3 +32,5 @@ data:
{{- fail (printf "Invalid type (%s) for configmap. Valid types are scalar and key_value" $type) -}}
{{- end -}}
{{- end -}}
{{/* TODO: Unit tests*/}}

View File

@@ -33,6 +33,7 @@
{{- include "ix.v1.common.util.envCheckDupes" (dict "root" .) -}}
{{- include "ix.v1.common.util.cleanupEnvsForCheck" (dict "root" .) -}}
{{- if .Values.envsForDupeCheck -}}
{{- fail "Failed to cleanup <envsForDupeCheck> key." -}}
{{- end -}}