mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 07:16:57 +07:00
16 lines
548 B
YAML
16 lines
548 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
|
|
- ingress.yaml
|
|
# Service account
|
|
- serviceaccount.yaml
|
|
- clusterrolebinding.yaml
|