diff --git a/charts/descheduler/templates/deployment.yaml b/charts/descheduler/templates/deployment.yaml index 2a8f99a16..89a33ee18 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 }}