mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
chore(websocket): fix enabled flag
This commit is contained in:
parent
51aab38029
commit
3b1bfc20d3
@ -1,4 +1,4 @@
|
||||
{{- if .Values.websocket.enabled }}
|
||||
{{- if and .Values.websocket.enabled .Values.websocket.redis.enabled }}
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
Loading…
Reference in New Issue
Block a user