Commit c13f94a7fb82

Vincent Demeester <vincent@sbr.pm>
2019-10-18 16:42:54
chos4: install tektoncd/triggers in the cluster too
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent 7e88913
Changed files (1)
pkgs
scripts
pkgs/scripts/bin/chos4
@@ -46,5 +46,8 @@ spec:
   sourceNamespace: openshift-marketplace
 EOF
 
+echo ">>>> install tektoncd/triggers in the cluster"
+oc apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
+
 echo ">>> your cluster is ready :)"
 read