Install tekton triggers
This commit is contained in:
parent
6af08f9f80
commit
2cc37ac229
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue