Skip to content

Commit

Permalink
add: error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
hofq committed Feb 9, 2025
1 parent 78002e9 commit 04b92ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/librechat/templates/_checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

{{ if hasKey .Values.env }}
{{ fail "The Value env has been renamed and moved to librechat.configEnv. Refer to https://www.librechat.ai/docs/local/helm_chart#migrate for more information" }}
{{ end }}

0 comments on commit 04b92ec

Please sign in to comment.