From 2cc37ac22930b78459a530c100ff0c5fdf095566 Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Wed, 29 Dec 2021 16:20:02 +0200 Subject: [PATCH] Install tekton triggers --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 8f4e57c..92c68f2 100755 --- a/install.sh +++ b/install.sh @@ -29,6 +29,8 @@ function install_argocd_full { function install_tekton { ${KUBECTL_BIN} apply \ -f https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml + ${KUBECTL_BIN} apply \ + -f https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml } mkdir -pv "${INSTALL_DIR}"