Created
June 24, 2024 18:27
-
-
Save thoraxe/33c6e27eba35f6b995649e2257a0d47d to your computer and use it in GitHub Desktop.
OpenShift Lightspeed CatalogSource object
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
apiVersion: operators.coreos.com/v1alpha1 | |
kind: CatalogSource | |
metadata: | |
name: openshift-lightspeed-operator-catalog | |
namespace: openshift-marketplace | |
spec: | |
displayName: OpenShift Lightspeed | |
sourceType: grpc | |
image: quay.io/openshift-lightspeed/lightspeed-catalog:alpha-0.0.2 | |
updateStrategy: | |
registryPoll: | |
interval: 10m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment