Skip to content

Commit

Permalink
add missing pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosanchezpaz committed Feb 22, 2023
1 parent 1ab6d45 commit dfd45d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_renders_pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec: {{ include "ph.pod.render" . | nindent 2}}

containers: {{ include "ph.pod.containers.render" . | nindent 2}}
{{ if .tolerations }}
tolerations: {{ .tolerations toYaml | nindent 2 }}
tolerations: {{ .tolerations | toYaml | nindent 2 }}
{{ end }}
{{ if .serviceAccountName }}
serviceAccountName: {{ .serviceAccountName }}
Expand Down

0 comments on commit dfd45d1

Please sign in to comment.