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 authored Jul 29, 2021
1 parent 77c869d commit dedf03f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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

0 comments on commit dedf03f

Please sign in to comment.