mirror of
https://github.com/minio/minio.git
synced 2025-01-25 21:53:16 -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 }}
|
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.podAnnotations }}
|
{{- if .Values.podAnnotations }}
|
||||||
{{- toYaml .Values.podAnnotations | trimSuffix "\n" | indent 8 }}
|
{{- toYaml .Values.podAnnotations | trimSuffix "\n" | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.priorityClassName }}
|
{{- if .Values.priorityClassName }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user