2021-08-23 01:01:43 +07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
resources:
|
2021-12-26 12:36:14 +07:00
|
|
|
# Pipeline
|
|
|
|
- https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
|
|
|
|
# Triggers
|
|
|
|
- https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml
|
|
|
|
- https://storage.googleapis.com/tekton-releases/triggers/latest/interceptors.yaml
|
|
|
|
# Dashboard
|
|
|
|
- https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release.yaml
|
|
|
|
# Additional
|
|
|
|
- ingress.yaml
|
|
|
|
- cluster-role-binding.yaml
|
|
|
|
- service-account.yaml
|
|
|
|
# Tasks
|
|
|
|
- https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.5/git-clone.yaml
|
|
|
|
- https://raw.githubusercontent.com/tektoncd/catalog/main/task/kaniko/0.5/kaniko.yaml
|
|
|
|
- https://raw.githubusercontent.com/tektoncd/catalog/main/task/pull-request/0.1/pull-request.yaml
|
2021-12-27 11:18:31 +07:00
|
|
|
|
|
|
|
bases:
|
|
|
|
- ./config
|