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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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