mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
fix: redis pod annotation nindent 4 to 8
This commit is contained in:
parent
7ea5d902f8
commit
69be5561db
@ -23,7 +23,7 @@ spec:
|
|||||||
{{- include "websocket.redis.labels" . | nindent 8 }}
|
{{- include "websocket.redis.labels" . | nindent 8 }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- with .Values.websocket.redis.pods.annotations }}
|
{{- with .Values.websocket.redis.pods.annotations }}
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.websocket.redis.image.pullSecretName }}
|
{{- if .Values.websocket.redis.image.pullSecretName }}
|
||||||
|
Loading…
Reference in New Issue
Block a user