Last active
May 2, 2022 15:31
-
-
Save cmwylie19/339077934d6d8db57252dde002f164de to your computer and use it in GitHub Desktop.
Catalog Source and Subscription
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
| 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