Skip to content

Commit

Permalink
chore(websocket): fix enabled flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jyje committed Jan 11, 2025
1 parent 51aab38 commit f1a6c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/open-webui/templates/websocket-redis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.websocket.enabled }}
{{- if .Values.websocket.redis.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit f1a6c78

Please sign in to comment.