Skip to content

Instantly share code, notes, and snippets.

@cmwylie19
Last active May 2, 2022 15:31
Show Gist options
  • Select an option

  • Save cmwylie19/339077934d6d8db57252dde002f164de to your computer and use it in GitHub Desktop.

Select an option

Save cmwylie19/339077934d6d8db57252dde002f164de to your computer and use it in GitHub Desktop.
Catalog Source and Subscription
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
annotations:
name: monitoring-operators
namespace: openshift-marketplace
spec:
displayName: Monitoring Test Operator
icon:
base64data: ""
mediatype: ""
image: quay.io/tsisodia10/monitoring-stack-operator-catalog:latest
publisher: Twinkll Sisodia
sourceType: grpc
updateStrategy:
registryPoll:
interval: 1m0s
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
labels:
operators.coreos.com/monitoring-stack-operator.openshift-operators: ""
name: monitoring-stack-operator
namespace: <installation_namespace>
spec:
channel: development
installPlanApproval: Automatic
name: monitoring-stack-operator
source: monitoring-operators
sourceNamespace: openshift-marketplace
startingCSV: monitoring-stack-operator.v0.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment