mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 15:28:11 +07:00
16 lines
546 B
YAML
16 lines
546 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
|