Skip to content

Commit

Permalink
Revert "update the _helpers.tpl"
Browse files Browse the repository at this point in the history
This reverts commit 6934a92.

Signed-off-by: Yini <[email protected]>
  • Loading branch information
yini7777 committed Mar 19, 2024
1 parent 6934a92 commit 5facdb3
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 }}
{{- 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 }}

0 comments on commit 5facdb3

Please sign in to comment.