From acf668dc0206087b28055c3629646b3390f98ecb Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 26 Feb 2024 20:32:16 +0100 Subject: [PATCH] stupid --- library/common/templates/lib/util/_verify_crd.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/templates/lib/util/_verify_crd.tpl b/library/common/templates/lib/util/_verify_crd.tpl index b230b1a7..bcf241d5 100644 --- a/library/common/templates/lib/util/_verify_crd.tpl +++ b/library/common/templates/lib/util/_verify_crd.tpl @@ -3,7 +3,7 @@ {{- $missing := .missing | default (printf "Missing CRDs for %s" $crd) -}} {{- $rootCtx := .rootCtx -}} - {{- if $rootCtx.crd.verify.enabled -}} + {{- if $rootCtx.Values.crd.verify.enabled -}} {{- $lookupMiddlewares := (lookup "apiextensions.k8s.io/v1" "CustomResourceDefinition" "" $crd) -}} {{/* If there are items, re-assign the variable */}} {{- if $lookupMiddlewares -}}