diff --git a/charts/open-webui/templates/websocket-redis.yaml b/charts/open-webui/templates/websocket-redis.yaml index 1606dad..774e326 100644 --- a/charts/open-webui/templates/websocket-redis.yaml +++ b/charts/open-webui/templates/websocket-redis.yaml @@ -23,7 +23,7 @@ spec: {{- include "websocket.redis.labels" . | nindent 8 }} annotations: {{- with .Values.websocket.redis.pods.annotations }} - {{- toYaml . | nindent 4 }} + {{- toYaml . | nindent 8 }} {{- end }} spec: {{- if .Values.websocket.redis.image.pullSecretName }}