From 5facdb38bf6ce80fd13d8a39fba58dd69abfdc00 Mon Sep 17 00:00:00 2001 From: Yini Date: Tue, 19 Mar 2024 17:43:27 +0100 Subject: [PATCH] Revert "update the _helpers.tpl" This reverts commit 6934a9215a4a4368338554eec07ba82dcbd70bda. 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 4013035a07..fdea9ae57b 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 }} -{{- printf "Deprecated value: .Values.secrets.adminOauthClientCredentials.enabled. Please update your values.yaml to use the new preferred value." | fail}} +WARNING: You are using a deprecated value: .Values.secrets.adminOauthClientCredentials.enabled. Please update your values.yaml to use the new preferred value. {{- end }} {{- end }} \ No newline at end of file