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