Skip to content

Commit a1418e4

Browse files
authored
K8s: Helm template missing tolerations for keda patched jobs (#2912)
* #2911 Missing tolerations for keda patched jobs * Missing tolerations for keda patched jobs
1 parent 1a151e3 commit a1418e4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

charts/selenium-grid/templates/patch-keda/delete-keda-objects-job.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ spec:
3636
{{- with $.Values.autoscaling.patchObjectFinalizers.resources }}
3737
resources: {{ toYaml . | nindent 12 }}
3838
{{- end }}
39+
{{- with $.Values.autoscaling.patchObjectFinalizers.tolerations }}
40+
tolerations : {{ toYaml . | nindent 8 }}
41+
{{- end }}
3942
volumes:
4043
- name: cleanup-script
4144
configMap:

charts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ spec:
3636
{{- with $.Values.autoscaling.patchObjectFinalizers.resources }}
3737
resources: {{ toYaml . | nindent 12 }}
3838
{{- end }}
39+
{{- with $.Values.autoscaling.patchObjectFinalizers.tolerations }}
40+
tolerations : {{ toYaml . | nindent 8 }}
41+
{{- end }}
3942
volumes:
4043
- name: cleanup-script
4144
configMap:

0 commit comments

Comments
 (0)