From 6934a9215a4a4368338554eec07ba82dcbd70bda Mon Sep 17 00:00:00 2001 From: Yini Date: Tue, 19 Mar 2024 14:34:56 +0100 Subject: [PATCH] update the _helpers.tpl Signed-off-by: Yini --- charts/flyte-core/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/flyte-core/templates/_helpers.tpl b/charts/flyte-core/templates/_helpers.tpl index fdea9ae57b7..4013035a07f 100755 --- a/charts/flyte-core/templates/_helpers.tpl +++ b/charts/flyte-core/templates/_helpers.tpl @@ -267,6 +267,6 @@ Check for deprecated .Values.secrets.adminOauthClientCredentials.enabled and war */}} {{- define "chart.checkDeprecatedValue" -}} {{- if .Values.secrets.adminOauthClientCredentials.enabled }} -WARNING: You are using a deprecated value: .Values.secrets.adminOauthClientCredentials.enabled. Please update your values.yaml to use the new preferred value. +{{- printf "Deprecated value: .Values.secrets.adminOauthClientCredentials.enabled. Please update your values.yaml to use the new preferred value." | fail}} {{- end }} {{- end }} \ No newline at end of file