fix: redis pod annotation nindent 4 to 8

This commit is contained in:
Vinicius Dutra
2025-03-19 08:31:32 -03:00
committed by GitHub
parent 7ea5d902f8
commit 69be5561db

View File

@@ -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 }}