mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
helm: fix pod annotations indentation (#17130)
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user