Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
OperatorSource related files to support extending E2E test to include…
Browse files Browse the repository at this point in the history
… verifying creating Operator from OperatorSource. https://jira.coreos.com/browse/ODC-580
  • Loading branch information
ldimaggi committed Apr 24, 2019
1 parent 0881c0f commit d8ac519
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/e2e/devconsole.operatorsource.catalog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: operators.coreos.com/v1
kind: CatalogSourceConfig
metadata:
name: devconsole-operator-catalog
namespace: openshift-operators
spec:
targetNamespace: local-operators
packages: devconsole-operator
csDisplayName: "Red Hat Devconsole Operator"
csPublisher: "Red Hat"


12 changes: 12 additions & 0 deletions test/e2e/devconsole.operatorsource.cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: operators.coreos.com/v1
kind: OperatorSource
metadata:
name: devconsole-operator
namespace: openshift-operators
spec:
type: appregistry
endpoint: https://quay.io/application/ldimaggi-test-org/mychart
registryNamespace: redhat-developers
displayName: "Red Hat Devconsole Operator"
publisher: "Red Hat"

11 changes: 11 additions & 0 deletions test/e2e/devconsole.operatorsource.subscription.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: devconsole-operator
namespace: openshift-operators
spec:
channel: alpha
name: devconsole-operator
source: devconsole-operator-catalog
sourceNamespace: openshift-operators

0 comments on commit d8ac519

Please sign in to comment.