We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af29e00 commit a88a763Copy full SHA for a88a763
charts/gitops-runtime/tests/eventbus_test.yaml
@@ -30,12 +30,12 @@ tests:
30
- notExists:
31
path: spec.nats
32
33
- - it: Should create an EventBus with the correct default name (nats)
+ - it: Should create an EventBus with the correct default name (jetstream)
34
template: eventbus/codefresh-eventbus.yaml
35
values:
36
- ./values/mandatory-values.yaml
37
set:
38
- global.runtime.eventBus.type: nats
+ global.runtime.eventBus.type: jetstream
39
asserts:
40
- equal:
41
path: metadata.name
0 commit comments