Skip to content

Commit

Permalink
add example catalogsource
Browse files Browse the repository at this point in the history
This example catalogsource can be applied to an OpenShift cluster to be
able to install the operator via the web console.

Signed-off-by: Jens Freimann <jfreimann@redhat.com>
  • Loading branch information
jensfr committed Dec 10, 2020
1 parent d78c702 commit 7823b52
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/samples/catalogsource.yaml
@@ -0,0 +1,13 @@
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: kataconfig-catalog
namespace: openshift-marketplace
spec:
sourceType: grpc
image: quay.io/isolatedcontainers/kata-operator-catalog:latest
displayName: Kata container Operators
publisher: Red Hat
updateStrategy:
registryPoll:
interval: 30m

0 comments on commit 7823b52

Please sign in to comment.