From 42fb3cd95e9c5bfbffd449cfce3cc594dab491bd Mon Sep 17 00:00:00 2001 From: Han Cen Date: Mon, 8 May 2023 22:59:56 +0800 Subject: [PATCH] helm: fix pod annotations indentation (#17130) --- helm/minio/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/minio/templates/deployment.yaml b/helm/minio/templates/deployment.yaml index dee53cddd..6cb1d1288 100644 --- a/helm/minio/templates/deployment.yaml +++ b/helm/minio/templates/deployment.yaml @@ -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 }}