khuedoan-homelab/platform/tekton-pipelines/kustomization.yaml

19 lines
710 B
YAML
Raw Normal View History

2021-08-23 01:01:43 +07:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Pipeline
2021-08-23 01:01:43 +07:00
- https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
# 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
# Dashboard
- https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release.yaml
# Additional
2021-08-23 01:06:42 +07:00
- 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
2021-12-25 13:42:33 +07:00
- https://raw.githubusercontent.com/tektoncd/catalog/main/task/kaniko/0.5/kaniko.yaml