2021-08-23 01:01:43 +07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
resources:
|
2021-12-25 03:03:46 +07:00
|
|
|
# Pipeline
|
2021-08-23 01:01:43 +07:00
|
|
|
- https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
|
2021-12-25 03:03:46 +07:00
|
|
|
# Triggers
|
2021-12-24 14:18:08 +07:00
|
|
|
- https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml
|
|
|
|
- https://storage.googleapis.com/tekton-releases/triggers/latest/interceptors.yaml
|
2021-12-25 03:03:46 +07:00
|
|
|
# Dashboard
|
2021-12-25 16:38:18 +07:00
|
|
|
- https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release.yaml
|
2021-12-25 03:03:46 +07:00
|
|
|
# Additional
|
2021-08-23 01:06:42 +07:00
|
|
|
- ingress.yaml
|
2021-12-24 15:25:25 +07:00
|
|
|
- cluster-role-binding.yaml
|
2021-12-25 03:03:46 +07:00
|
|
|
- service-account.yaml
|
|
|
|
# Tasks
|
|
|
|
- https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.5/git-clone.yaml
|
2021-12-25 13:42:33 +07:00
|
|
|
- https://raw.githubusercontent.com/tektoncd/catalog/main/task/kaniko/0.5/kaniko.yaml
|
2021-12-25 17:05:56 +07:00
|
|
|
- https://raw.githubusercontent.com/tektoncd/catalog/main/task/pull-request/0.1/pull-request.yaml
|