Install tekton triggers

This commit is contained in:
Victor Timofei 2021-12-29 16:20:02 +02:00
parent 6af08f9f80
commit 2cc37ac229
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 2 additions and 0 deletions

View File

@ -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}"