Skip to content

Commit

Permalink
Fix indent for imagePullSecrets (#795)
Browse files Browse the repository at this point in the history
* Fix indent for imagePullSecrets

* Update daemon-set.yml

Trying to force a main rebase

---------

Co-authored-by: Mario Macias <[email protected]>
  • Loading branch information
bismarck and mariomac authored May 2, 2024
1 parent 3221623 commit 28e72f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/beyla/templates/daemon-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ spec:
{{- if or .Values.global.image.pullSecrets .Values.image.pullSecrets }}
imagePullSecrets:
{{- if .Values.global.image.pullSecrets }}
{{- toYaml .Values.global.image.pullSecrets | nindent 4 }}
{{- toYaml .Values.global.image.pullSecrets | nindent 8 }}
{{- else }}
{{- toYaml .Values.image.pullSecrets | nindent 4 }}
{{- toYaml .Values.image.pullSecrets | nindent 8 }}
{{- end }}
{{- end }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit 28e72f0

Please sign in to comment.