Skip to content

Commit

Permalink
[CORE-842] Warn user that setting log format to text is deprecated. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
FahadBSyed committed Aug 29, 2022
1 parent c06edf4 commit 98afbd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/helm/pachyderm/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ pachctl config set active-context local
pachctl port-forward
{{- end -}}

{{- if eq .Values.pachd.logFormat "text" }}
WARNING: setting log format to text is deprecated in 2.3 and will be removed in 2.4.
{{- end -}}

{{ if and (.Values.oidc.mockIDP) (.Values.pachd.enterpriseLicenseKey) (.Values.pachd.activateAuth) }}
WARNING: Your cluster is configured with a default login of admin:password
{{- end -}}
Expand Down

0 comments on commit 98afbd5

Please sign in to comment.