Skip to content

tom1299/tekton-examples

Repository files navigation

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 -

About

Contains some examples for using Tekton pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published