Skip to content

Commit

Permalink
update the _helpers.tpl
Browse files Browse the repository at this point in the history
Signed-off-by: Yini <[email protected]>
  • Loading branch information
yini7777 committed Mar 19, 2024
1 parent 2130570 commit 6934a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/flyte-core/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6934a92

Please sign in to comment.