File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed
templates/_components/event-reporters Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 2323 {{- with .Values.events.eventSource.resources }}
2424 {{- . | toYaml | nindent 8 }}
2525 {{- end }}
26+ tolerations :
27+ {{- with .Values.events.eventSource.tolerations }}
28+ {{- . | toYaml | nindent 6 }}
29+ {{- end }}
2630{{- end }}
Original file line number Diff line number Diff line change 4747 {{- . | toYaml | nindent 8 }}
4848 {{- end }}
4949 serviceAccountName : {{ include "event-reporters.rollout-reporter.serviceAccountName" .}}
50+ tolerations :
51+ {{- with .Values.rollout.eventSource.tolerations }}
52+ {{- . | toYaml | nindent 6 }}
53+ {{- end }}
5054{{- end }}
Original file line number Diff line number Diff line change 2828 {{- . | toYaml | nindent 8 }}
2929 {{- end }}
3030 serviceAccountName : {{ include "event-reporters.workflow-reporter.serviceAccountName" .}}
31+ tolerations :
32+ {{- with .Values.workflow.eventSource.tolerations }}
33+ {{- toYaml . | nindent 6 }}
34+ {{- end }}
3135{{- end }}
Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ event-reporters:
183183 eventSource :
184184 replicas : 1
185185 resources : {}
186+ tolerations : []
186187 sensor :
187188 replicas : 1
188189 resources : {}
@@ -192,6 +193,7 @@ event-reporters:
192193 eventSource :
193194 replicas : 1
194195 resources : {}
196+ tolerations : []
195197 sensor :
196198 replicas : 1
197199 resources : {}
@@ -201,6 +203,7 @@ event-reporters:
201203 eventSource :
202204 replicas : 1
203205 resources : {}
206+ tolerations : []
204207 sensor :
205208 replicas : 1
206209 resources : {}
You can’t perform that action at this time.
0 commit comments