github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/argoproj.io/EventBus/testdata/degraded.yaml (about) 1 apiVersion: argoproj.io/v1alpha1 2 kind: EventBus 3 metadata: 4 name: test 5 namespace: eventbus-test 6 spec: 7 jetstream: 8 replicas: 3 9 version: iwillfail 10 status: 11 conditions: 12 - lastTransitionTime: null 13 status: 'True' 14 type: Configured 15 - lastTransitionTime: null 16 message: >- 17 failed to get jetstream version, err: unsupported version "iwillfail", 18 supported versions: "2.9.5,latest" 19 reason: JetStreamStatefulSetFailed 20 status: 'False' 21 type: Deployed