mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
19 lines
719 B
YAML
19 lines
719 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-readonly.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
|