mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
helm: fix pod annotations indentation (#17130)
This commit is contained in:
parent
855ed642c3
commit
42fb3cd95e
@ -44,7 +44,7 @@ spec:
|
||||
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
||||
{{- end }}
|
||||
{{- if .Values.podAnnotations }}
|
||||
{{- toYaml .Values.podAnnotations | trimSuffix "\n" | indent 8 }}
|
||||
{{- toYaml .Values.podAnnotations | trimSuffix "\n" | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if .Values.priorityClassName }}
|
||||
|
Loading…
Reference in New Issue
Block a user