@@ -9,10 +9,6 @@ templates:
9
9
- charts/gitops-operator/*
10
10
- charts/codefresh-tunnel-client/*
11
11
- internal-router/deployment.yaml
12
- - event-reporters/rollout-reporter/eventsource.yaml
13
- - event-reporters/rollout-reporter/sensor.yaml
14
- - event-reporters/workflow-reporter/eventsource.yaml
15
- - event-reporters/workflow-reporter/sensor.yaml
16
12
- eventbus/codefresh-eventbus.yaml
17
13
- hooks/pre-install/validate-values.yaml
18
14
- hooks/pre-install/validate-usage.yaml
@@ -124,206 +120,6 @@ tests:
124
120
value : another-value
125
121
effect : NoSchedule
126
122
127
- - it : rollout-reporter eventsource should have nodeSelector from .Values.global
128
- values :
129
- - ./values/global-constraints-values.yaml
130
- template : event-reporters/rollout-reporter/eventsource.yaml
131
- asserts :
132
- - equal :
133
- path : spec.template.nodeSelector
134
- value :
135
- some-key : some-value
136
- extra-key : extra-value
137
-
138
- - it : rollout-reporter eventsource should have nodeSelector from .Values.event-reporters and NOT from .Values.global
139
- values :
140
- - ./values/global-constraints-values.yaml
141
- - ./values/subcharts-constraints-values.yaml
142
- template : event-reporters/rollout-reporter/eventsource.yaml
143
- asserts :
144
- - equal :
145
- path : spec.template.nodeSelector
146
- value :
147
- some-key : another-value
148
- foo : bar
149
-
150
- - it : rollout-reporter eventsource should have tolerations from .Values.global
151
- values :
152
- - ./values/global-constraints-values.yaml
153
- template : event-reporters/rollout-reporter/eventsource.yaml
154
- asserts :
155
- - equal :
156
- path : spec.template.tolerations
157
- value :
158
- - key : some-key
159
- operator : Equal
160
- value : some-value
161
- effect : NoSchedule
162
-
163
- - it : rollout-reporter eventsource should have tolerations from .Values.event-reporters and NOT from .Values.global
164
- values :
165
- - ./values/global-constraints-values.yaml
166
- - ./values/subcharts-constraints-values.yaml
167
- template : event-reporters/rollout-reporter/eventsource.yaml
168
- asserts :
169
- - equal :
170
- path : spec.template.tolerations
171
- value :
172
- - key : another-key
173
- operator : Equal
174
- value : another-value
175
- effect : NoSchedule
176
-
177
- - it : rollout-reporter sensor should have nodeSelector from .Values.global
178
- values :
179
- - ./values/global-constraints-values.yaml
180
- template : event-reporters/rollout-reporter/sensor.yaml
181
- asserts :
182
- - equal :
183
- path : spec.template.nodeSelector
184
- value :
185
- some-key : some-value
186
- extra-key : extra-value
187
-
188
- - it : rollout-reporter sensor should have nodeSelector from .Values.event-reporters and NOT from .Values.global
189
- values :
190
- - ./values/global-constraints-values.yaml
191
- - ./values/subcharts-constraints-values.yaml
192
- template : event-reporters/rollout-reporter/sensor.yaml
193
- asserts :
194
- - equal :
195
- path : spec.template.nodeSelector
196
- value :
197
- some-key : another-value
198
- foo : bar
199
-
200
- - it : rollout-reporter sensor should have tolerations from .Values.global
201
- values :
202
- - ./values/global-constraints-values.yaml
203
- template : event-reporters/rollout-reporter/sensor.yaml
204
- asserts :
205
- - equal :
206
- path : spec.template.tolerations
207
- value :
208
- - key : some-key
209
- operator : Equal
210
- value : some-value
211
- effect : NoSchedule
212
-
213
- - it : rollout-reporter sensor should have tolerations from .Values.event-reporters and NOT from .Values.global
214
- values :
215
- - ./values/global-constraints-values.yaml
216
- - ./values/subcharts-constraints-values.yaml
217
- template : event-reporters/rollout-reporter/sensor.yaml
218
- asserts :
219
- - equal :
220
- path : spec.template.tolerations
221
- value :
222
- - key : another-key
223
- operator : Equal
224
- value : another-value
225
- effect : NoSchedule
226
-
227
- - it : workflow-reporter eventsource should have nodeSelector from .Values.global
228
- values :
229
- - ./values/global-constraints-values.yaml
230
- template : event-reporters/workflow-reporter/eventsource.yaml
231
- asserts :
232
- - equal :
233
- path : spec.template.nodeSelector
234
- value :
235
- some-key : some-value
236
- extra-key : extra-value
237
-
238
- - it : workflow-reporter eventsource should have nodeSelector from .Values.event-reporters and NOT from .Values.global
239
- values :
240
- - ./values/global-constraints-values.yaml
241
- - ./values/subcharts-constraints-values.yaml
242
- template : event-reporters/workflow-reporter/eventsource.yaml
243
- asserts :
244
- - equal :
245
- path : spec.template.nodeSelector
246
- value :
247
- some-key : another-value
248
- foo : bar
249
-
250
- - it : workflow-reporter eventsource should have tolerations from .Values.global
251
- values :
252
- - ./values/global-constraints-values.yaml
253
- template : event-reporters/workflow-reporter/eventsource.yaml
254
- asserts :
255
- - equal :
256
- path : spec.template.tolerations
257
- value :
258
- - key : some-key
259
- operator : Equal
260
- value : some-value
261
- effect : NoSchedule
262
-
263
- - it : workflow-reporter eventsource should have tolerations from .Values.event-reporters and NOT from .Values.global
264
- values :
265
- - ./values/global-constraints-values.yaml
266
- - ./values/subcharts-constraints-values.yaml
267
- template : event-reporters/workflow-reporter/eventsource.yaml
268
- asserts :
269
- - equal :
270
- path : spec.template.tolerations
271
- value :
272
- - key : another-key
273
- operator : Equal
274
- value : another-value
275
- effect : NoSchedule
276
-
277
- - it : workflow-reporter sensor should have nodeSelector from .Values.global
278
- values :
279
- - ./values/global-constraints-values.yaml
280
- template : event-reporters/workflow-reporter/sensor.yaml
281
- asserts :
282
- - equal :
283
- path : spec.template.nodeSelector
284
- value :
285
- some-key : some-value
286
- extra-key : extra-value
287
-
288
- - it : workflow-reporter sensor should have nodeSelector from .Values.event-reporters and NOT from .Values.global
289
- values :
290
- - ./values/global-constraints-values.yaml
291
- - ./values/subcharts-constraints-values.yaml
292
- template : event-reporters/workflow-reporter/sensor.yaml
293
- asserts :
294
- - equal :
295
- path : spec.template.nodeSelector
296
- value :
297
- some-key : another-value
298
- foo : bar
299
-
300
- - it : workflow-reporter sensor should have tolerations from .Values.global
301
- values :
302
- - ./values/global-constraints-values.yaml
303
- template : event-reporters/workflow-reporter/sensor.yaml
304
- asserts :
305
- - equal :
306
- path : spec.template.tolerations
307
- value :
308
- - key : some-key
309
- operator : Equal
310
- value : some-value
311
- effect : NoSchedule
312
-
313
- - it : workflow-reporter sensor should have tolerations from .Values.event-reporters and NOT from .Values.global
314
- values :
315
- - ./values/global-constraints-values.yaml
316
- - ./values/subcharts-constraints-values.yaml
317
- template : event-reporters/workflow-reporter/sensor.yaml
318
- asserts :
319
- - equal :
320
- path : spec.template.tolerations
321
- value :
322
- - key : another-key
323
- operator : Equal
324
- value : another-value
325
- effect : NoSchedule
326
-
327
123
- it : codefresh-eventbus should have nodeSelector from .Values.global
328
124
values :
329
125
- ./values/global-constraints-values.yaml
0 commit comments