Skip to content

Commit

Permalink
Change openshift-operators default source to certified-operators
Browse files Browse the repository at this point in the history
Also change the getting started example to use elasticsearch-eck-operator-certified

Co-authored-by: Megian <gabisoft@freesurf.ch>
  • Loading branch information
simu and megian committed Jul 29, 2021
1 parent 77c869d commit ac3e333
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
defaultSourceNamespace: openshift-marketplace

openshift_operators:
defaultSource: community-operators
defaultSource: certified-operators

openshift_operators_redhat:
defaultSource: redhat-operators
10 changes: 5 additions & 5 deletions docs/modules/ROOT/pages/how-tos/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ kind: Subscription
metadata:
annotations: {}
labels:
name: grafana-operator
name: grafana-operator
name: elasticsearch-eck-operator-certified
name: elasticsearch-eck-operator-certified
namespace: openshift-operators
spec:
channel: alpha
channel: stable
installPlanApproval: Automatic <1>
name: grafana-operator
source: community-operators <2>
name: elasticsearch-eck-operator-certified
source: certified-operators <2>
sourceNamespace: openshift-marketplace <3>
----
<1> The value of this field can be changed by providing optional parameter `installPlanApproval` when calling function `registerSubscription`.
Expand Down
6 changes: 5 additions & 1 deletion docs/modules/ROOT/pages/references/parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ This parameter configures the default value for the optional parameter `sourceNa
type:: string
default::
+
* `community-operators` for instance `openshift-operators`
* `certified-operators` for instance `openshift-operators`
* `redhat-operators` for instance `openshift-operators-redhat`

This parameter configures the default value for the optional parameter `source` of the component library function `registerSubscription`.

The component defaults to `certified-operators` for instance `openshift-operators`.
This source provides community-maintained operators which are certified by RedHat.
Alternatively, you can use `community-operators` for other community-maintained operators.

0 comments on commit ac3e333

Please sign in to comment.