Commit 55e8fadc71fc

Vincent Demeester <vincent@sbr.pm>
2019-11-26 16:54:48
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>
1 parent c07d10e
Changed files (1)
pkgs
scripts
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