github.com/operator-framework/operator-lifecycle-manager@v0.30.0/test/e2e/testdata/fail-forward/v0.3.0-replaces-invalid-deployment/clusterserviceversion.yaml (about) 1 apiVersion: operators.coreos.com/v1alpha1 2 kind: ClusterServiceVersion 3 metadata: 4 name: example-operator.v0.3.0 5 namespace: placeholder 6 spec: 7 replaces: example-operator.v0.2.0 8 displayName: Example Operator 9 install: 10 spec: 11 deployments: 12 - name: example-operator-controller-manager 13 spec: 14 replicas: 1 15 selector: 16 matchLabels: 17 control-plane: controller-manager 18 strategy: {} 19 template: 20 metadata: 21 labels: 22 control-plane: controller-manager 23 spec: 24 containers: 25 - image: quay.io/openshift-scale/nginx:latest 26 name: manager 27 strategy: deployment 28 installModes: 29 - supported: false 30 type: OwnNamespace 31 - supported: false 32 type: SingleNamespace 33 - supported: false 34 type: MultiNamespace 35 - supported: true 36 type: AllNamespaces 37 maturity: alpha 38 version: 0.3.0