mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
d49eec60ad
This reverts commit 9cbcf7721f
.
20 lines
838 B
YAML
20 lines
838 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# 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
|