home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9a41f1b754ebec704e6ad5cc9676555c7db3b883
parent a42beec0526afd13be61241dbdba7a7b97e56569
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 21 Sep 2020 11:45:02 +0100

op-inst: fix operator install

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mpkgs/scripts/bin/op-inst | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pkgs/scripts/bin/op-inst b/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