home

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

commit 55e8fadc71fc22c0876374e1ea646683abc0b5a5
parent c07d10ec60c9410dc633133c52bb5f98656e80d4
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 26 Nov 2019 16:54:48 +0100

chos4: use canary channel and remove triggers

triggers is now installed as part of the operator (in canary and soon
in dev-preview), so no need to add it ad-hoc.

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

Diffstat:
Mpkgs/scripts/bin/chos4 | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pkgs/scripts/bin/chos4 b/pkgs/scripts/bin/chos4 @@ -40,14 +40,11 @@ metadata: name: pipelines namespace: openshift-operators spec: - channel: dev-preview + channel: canary name: openshift-pipelines-operator source: community-operators sourceNamespace: openshift-marketplace EOF -echo ">>>> install tektoncd/triggers in the cluster" -oc apply --filename https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml - echo ">>> your cluster is ready :)" read