File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
charts/gitops-runtime/tests Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 39
39
asserts :
40
40
- equal :
41
41
path : metadata.name
42
- value : codefresh-eventbus
42
+ value : codefresh-eventbus-jetstream
43
43
44
44
- it : Should create an EventBus with the correct override name (nats)
45
45
template : eventbus/codefresh-eventbus.yaml
Original file line number Diff line number Diff line change @@ -119,13 +119,13 @@ tests:
119
119
template : event-reporters/workflow-reporter/sensor.yaml
120
120
# -- codefresh-eventbus
121
121
- equal :
122
- path : spec.nats.native .nodeSelector
122
+ path : spec.jetstream .nodeSelector
123
123
value :
124
124
some-key : some-value
125
125
extra-key : extra-value
126
126
template : eventbus/codefresh-eventbus.yaml
127
127
- equal :
128
- path : spec.nats.native .tolerations
128
+ path : spec.jetstream .tolerations
129
129
value :
130
130
- key : some-key
131
131
operator : Equal
@@ -456,13 +456,13 @@ tests:
456
456
template : event-reporters/workflow-reporter/sensor.yaml
457
457
# -- codefresh-eventbus
458
458
- equal :
459
- path : spec.nats.native .nodeSelector
459
+ path : spec.jetstream .nodeSelector
460
460
value :
461
461
some-key : another-value
462
462
foo : bar
463
463
template : eventbus/codefresh-eventbus.yaml
464
464
- equal :
465
- path : spec.nats.native .tolerations
465
+ path : spec.jetstream .tolerations
466
466
value :
467
467
- key : another-key
468
468
operator : Equal
Original file line number Diff line number Diff line change @@ -12,10 +12,9 @@ anchors:
12
12
global :
13
13
runtime :
14
14
eventBus :
15
- nats :
16
- native :
17
- nodeSelector : *nodeSelector
18
- tolerations : *tolerations
15
+ jetstream :
16
+ nodeSelector : *nodeSelector
17
+ tolerations : *tolerations
19
18
20
19
app-proxy :
21
20
nodeSelector : *nodeSelector
You can’t perform that action at this time.
0 commit comments