Skip to content

Instantly share code, notes, and snippets.

View nikhil-thomas's full-sized avatar
🧑‍💻

Nikhil Thomas nikhil-thomas

🧑‍💻
View GitHub Profile
# Tekton Triggers v0.13.0
-[Docs @ v0.13.0](https://github.com/tektoncd/triggers/tree/v0.13.0/docs)
-[Examples @ v0.13.0](https://github.com/tektoncd/triggers/tree/v0.13.0/examples)
## Installation one-liner
```
kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml
kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/latest/interceptors.yaml
#!/usr/bin/env bash
set -euo pipefail
MIRROR_REG=${MIRROR_REG:-}
PRODUCT_NAME=${PRODUCT_NAME:-pipeline}
INDEX=${INDEX:-}
BREW_IIB_PREFIX="brew.registry.redhat.io/rh-osbs/iib"
REGISTRY_IMAGE=$BREW_IIB_PREFIX:$INDEX
OUTPUT_IMAGE=$MIRROR_REG/rh-osbs/iib:$INDEX
$ kinit
Password for aghatwal@REDHAT.COM:
$ brew hello
hylô, aghatwal!
You are using the hub at https://brewhub.engineering.redhat.com/brewhub
Authenticated via GSSAPI
$ oc login https://<cluster api url>:6443