Skip to content

Commit

Permalink
Remove deprecated templates; Move installplan to operatorhub (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerauerbeck authored Jun 3, 2021
1 parent 7979fd7 commit d7dd9d3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 26 deletions.
4 changes: 3 additions & 1 deletion operatorhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ The below templates are used to deploy Operators from OperatorHub without having
To do this you would create the following in order:

1. [OperatorGroup](operatorgroup.yml)
1. [CatalogSourceConfig](catalogsourceconfig.yml)
1. [Subscription](subscription.yml)

For more details, you can see the documention [here](https://docs.openshift.com/container-platform/4.1/applications/operators/olm-adding-operators-to-cluster.html#olm-installing-operator-from-operatorhub-using-cli_olm-adding-operators-to-a-cluster).


There are also situations where you only want to work with a specific version of an operator. To avoid dealing with automatic updates, you can set your `installPlan` in your subscription to `Manual` and then utilize the installplan-approver templates located in this repository to deploy a job that will automatically approve that version of the operator (but will not proceed with any future automatic updates)
25 changes: 0 additions & 25 deletions operatorhub/catalogsourceconfig.yml

This file was deleted.

0 comments on commit d7dd9d3

Please sign in to comment.