Skip to content

Commit de317a0

Browse files
strowktim-replyjsjoeio
authored
Allow more comprehensive affinity config (#5285)
Co-authored-by: Timur Sultanaev <[email protected]> Co-authored-by: Joe Previte <[email protected]>
1 parent 23a1878 commit de317a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/helm-chart/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ spec:
119119
{{- end }}
120120
{{- with .Values.affinity }}
121121
affinity:
122-
{{- toYaml . | nindent 8 }}
122+
{{- tpl . $ | nindent 8 }}
123123
{{- end }}
124124
{{- with .Values.tolerations }}
125125
tolerations:

0 commit comments

Comments
 (0)