From 69be5561db26972c6e8ffd67cca98df25ef55d34 Mon Sep 17 00:00:00 2001 From: Vinicius Dutra Date: Wed, 19 Mar 2025 08:31:32 -0300 Subject: [PATCH] fix: redis pod annotation nindent 4 to 8 --- charts/open-webui/templates/websocket-redis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}