@@ -8,7 +8,6 @@ templates:
8
8
- tunnel-client.yaml
9
9
- charts/codefresh-tunnel-client/*
10
10
- internal-router/deployment.yaml
11
- - eventbus/codefresh-eventbus.yaml
12
11
- hooks/pre-install/validate-values.yaml
13
12
- hooks/pre-install/validate-usage.yaml
14
13
- hooks/pre-uninstall/cleanup-resources.yaml
@@ -83,21 +82,6 @@ tests:
83
82
value : some-value
84
83
effect : NoSchedule
85
84
template : argo-gateway/deployment.yaml
86
- # -- codefresh-eventbus
87
- - equal :
88
- path : spec.nats.native.nodeSelector
89
- value :
90
- some-key : some-value
91
- extra-key : extra-value
92
- template : eventbus/codefresh-eventbus.yaml
93
- - equal :
94
- path : spec.nats.native.tolerations
95
- value :
96
- - key : some-key
97
- operator : Equal
98
- value : some-value
99
- effect : NoSchedule
100
- template : eventbus/codefresh-eventbus.yaml
101
85
# -- validate-values job
102
86
- equal :
103
87
path : spec.template.spec.nodeSelector
@@ -330,21 +314,6 @@ tests:
330
314
value : another-value
331
315
effect : NoSchedule
332
316
template : internal-router/deployment.yaml
333
- # -- codefresh-eventbus
334
- - equal :
335
- path : spec.nats.native.nodeSelector
336
- value :
337
- some-key : another-value
338
- foo : bar
339
- template : eventbus/codefresh-eventbus.yaml
340
- - equal :
341
- path : spec.nats.native.tolerations
342
- value :
343
- - key : another-key
344
- operator : Equal
345
- value : another-value
346
- effect : NoSchedule
347
- template : eventbus/codefresh-eventbus.yaml
348
317
# -- validate-values job
349
318
- equal :
350
319
path : spec.template.spec.nodeSelector
0 commit comments