Skip to content

Commit

Permalink
Merge pull request #1150 from a7i/fix-imagepullsecrets-indent
Browse files Browse the repository at this point in the history
fix: imagepullsecrets indentation for kind: Deployment
  • Loading branch information
k8s-ci-robot committed May 26, 2023
2 parents eb356fe + 92017d0 commit 83c81e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/descheduler/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
serviceAccountName: {{ template "descheduler.serviceAccountName" . }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 6 }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
Expand Down

0 comments on commit 83c81e6

Please sign in to comment.