mirror of
https://github.com/minio/minio.git
synced 2026-06-10 17:32:11 -04:00
helm: fix pod annotations indentation (#17130)
This commit is contained in:
parent
855ed642c3
commit
42fb3cd95e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue