Skip to content

Instantly share code, notes, and snippets.

@brianredbeard
Created September 10, 2019 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianredbeard/54aac05a53625ccf174d5e30b1f46753 to your computer and use it in GitHub Desktop.
Save brianredbeard/54aac05a53625ccf174d5e30b1f46753 to your computer and use it in GitHub Desktop.
Alternative OpenShift Operator Catalog
# This is a sample config used to pull content in from Quay.io
# and present it as published content through the in cluster Operator Catalog
# atop OpenShift.
# https://github.com/operator-framework/operator-marketplace/blob/master/README.md
#
# To use this change:
# OperatorSource
# - metadata.name
# - spec.registryNamespace
# - spec.displayName
# - spec.publisher
# CatalogSourceConfig:
# - metadata.name
# - spec.packages
---
apiVersion: operators.coreos.com/v1
kind: OperatorSource
metadata:
name: maistra-operators
namespace: openshift-marketplace
spec:
type: appregistry
endpoint: https://quay.io/cnr
registryNamespace: ddolguik
displayName: "Maistra Operators"
publisher: "Red Hat"
---
apiVersion: operators.coreos.com/v1
kind: CatalogSourceConfig
metadata:
name: maistra-operators-1
namespace: openshift-marketplace
spec:
targetNamespace: openshift-operators
packages: maistra,kiali
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment