Commit 9a41f1b754eb
Changed files (1)
pkgs
scripts
bin
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