Created
January 30, 2019 04:45
-
-
Save alecmerdler/14cf73523eeecb5a7a934d01664017d3 to your computer and use it in GitHub Desktop.
CatalogSource for Community Operators using the Operator Lifecycle Manager gRPC Registry Server
This file contains hidden or 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
# Built from https://github.com/operator-framework/operator-manifests/pull/8 | |
#! validate-crd: ./deploy/chart/templates/05-catalogsource.crd.yaml | |
#! parse-kind: CatalogSource | |
apiVersion: operators.coreos.com/v1alpha1 | |
kind: CatalogSource | |
metadata: | |
name: community-operators | |
spec: | |
sourceType: grpc | |
image: quay.io/alecmerdler/operator-manifests:registry | |
displayName: Community Operators | |
publisher: Red Hat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment