Skip to content

Commit eea48b3

Browse files
sehaasdiemol
andauthored
fix issue #1887: affinity rules for helm charts (again) (#1973)
fix issue #1887: affinity rules add affinity section to seleniumGrid.podTemplate Co-authored-by: Diego Molina <[email protected]>
1 parent 37fb389 commit eea48b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/selenium-grid/templates/_helpers.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ template:
175175
{{- with .node.nodeSelector }}
176176
nodeSelector: {{- toYaml . | nindent 6 }}
177177
{{- end }}
178+
{{- with .node.affinity }}
179+
affinity: {{- toYaml . | nindent 6 }}
180+
{{- end }}
178181
{{- with .node.tolerations }}
179182
tolerations:
180183
{{ toYaml . | nindent 4 }}

0 commit comments

Comments
 (0)