File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
charts/selenium-grid/templates/patch-keda Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 36
36
{{- with $.Values.autoscaling.patchObjectFinalizers.resources }}
37
37
resources : {{ toYaml . | nindent 12 }}
38
38
{{- end }}
39
+ {{- with $.Values.autoscaling.patchObjectFinalizers.tolerations }}
40
+ tolerations : {{ toYaml . | nindent 8 }}
41
+ {{- end }}
39
42
volumes :
40
43
- name : cleanup-script
41
44
configMap :
Original file line number Diff line number Diff line change 36
36
{{- with $.Values.autoscaling.patchObjectFinalizers.resources }}
37
37
resources : {{ toYaml . | nindent 12 }}
38
38
{{- end }}
39
+ {{- with $.Values.autoscaling.patchObjectFinalizers.tolerations }}
40
+ tolerations : {{ toYaml . | nindent 8 }}
41
+ {{- end }}
39
42
volumes :
40
43
- name : cleanup-script
41
44
configMap :
You can’t perform that action at this time.
0 commit comments