Skip to content

Commit 65e3e67

Browse files
remove eventbus
1 parent d0452e0 commit 65e3e67

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

charts/gitops-runtime/tests/global_constraints_test.yaml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ templates:
88
- tunnel-client.yaml
99
- charts/codefresh-tunnel-client/*
1010
- internal-router/deployment.yaml
11-
- eventbus/codefresh-eventbus.yaml
1211
- hooks/pre-install/validate-values.yaml
1312
- hooks/pre-install/validate-usage.yaml
1413
- hooks/pre-uninstall/cleanup-resources.yaml
@@ -83,21 +82,6 @@ tests:
8382
value: some-value
8483
effect: NoSchedule
8584
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
10185
# -- validate-values job
10286
- equal:
10387
path: spec.template.spec.nodeSelector
@@ -330,21 +314,6 @@ tests:
330314
value: another-value
331315
effect: NoSchedule
332316
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
348317
# -- validate-values job
349318
- equal:
350319
path: spec.template.spec.nodeSelector

0 commit comments

Comments
 (0)