Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 691 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 691 Bytes

Tekton scripts and examples

GitHub authentication

See this manifest. To apply export environment variales GITHUB_USER and GITHUB_PASSWORD then run:

cat github-secret.yaml | envsubst | kubectl apply -f -

Create service account

See this manifest. Not that the secret needs to be created first.

Optional: Proxy settings

See this manifest for the Tekton namespace and this manifest for the ci namespace. If http_proxy variables are present run:

cat proxy-presets.yaml | envsubst | kubectl apply -f -
cat proxy-presets-ci.yaml | envsubst | kubectl apply -f -