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 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments