From b2e0ad25a15abda8c905a56782f764dfd35ddea2 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 5 May 2024 12:53:30 +0300 Subject: [PATCH] Update library/common/templates/values/_validate.tpl --- library/common/templates/values/_validate.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/templates/values/_validate.tpl b/library/common/templates/values/_validate.tpl index c116c49a..d4c52c59 100644 --- a/library/common/templates/values/_validate.tpl +++ b/library/common/templates/values/_validate.tpl @@ -12,7 +12,7 @@ {{/* Ideally we would want to extract the error only, but because it usually contains ":", It gets parsed as dict and it cant regex matched it afterwards */}} - {{- fail (printf "%s \n %s \n\n %s %v %s \n\n %s" + {{- fail (printf "%s \n %s \n\n %s \n %v \n %s \n\n %s" "Chart - Values contain an error that may be a result of merging. Make sure you don't have any invalid YAML characters starting a value." "Renderd Values containing the error:" "============================================================================================="