From 92017d0fdd0bab3e3a2ae56160e4cddd8d2c37de Mon Sep 17 00:00:00 2001 From: Amir Alavi Date: Tue, 16 May 2023 12:48:05 -0400 Subject: [PATCH] fix: imagepullsecrets indentation for kind: Deployment --- charts/descheduler/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/descheduler/templates/deployment.yaml b/charts/descheduler/templates/deployment.yaml index ffb3271b4..0b96ada2e 100644 --- a/charts/descheduler/templates/deployment.yaml +++ b/charts/descheduler/templates/deployment.yaml @@ -37,7 +37,7 @@ spec: serviceAccountName: {{ template "descheduler.serviceAccountName" . }} {{- with .Values.imagePullSecrets }} imagePullSecrets: - {{- toYaml . | nindent 10 }} + {{- toYaml . | nindent 6 }} {{- end }} containers: - name: {{ .Chart.Name }}