Commit 9a41f1b754eb

Vincent Demeester <vincent@sbr.pm>
2020-09-21 12:45:02
op-inst: fix operator install
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a42beec
Changed files (1)
pkgs
scripts
pkgs/scripts/bin/op-inst
@@ -25,11 +25,11 @@ cat <<EOF | oc apply -f-
 apiVersion: operators.coreos.com/v1alpha1
 kind: Subscription
 metadata:
-  name: pipelines
+  name: openshift-pipeline-operator
   namespace: openshift-operators
 spec:
-  channel: canary
-  name: openshift-pipelines-operator
-  source: community-operators
+  channel: preview
+  name: openshift-pipelines-operator-rh
+  source: redhat-operators
   sourceNamespace: openshift-marketplace
 EOF