This repository has been archived by the owner on Oct 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OperatorSource related files to support extending E2E test to include…
… verifying creating Operator from OperatorSource. https://jira.coreos.com/browse/ODC-580
- Loading branch information
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
displayName: Red Hat Devconsole Operator | ||
publisher: Red Hat | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|