mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 20:46:00 +02:00
10 lines
441 B
YAML
10 lines
441 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://github.com/tektoncd/pipeline/releases/download/v0.42.0/release.yaml
|
|
- https://github.com/tektoncd/triggers/releases/download/v0.22.0/release.yaml
|
|
- https://github.com/tektoncd/triggers/releases/download/v0.22.0/interceptors.yaml
|
|
- https://github.com/tektoncd/dashboard/releases/download/v0.30.0/tekton-dashboard-release.yaml
|
|
- ./ingress.yaml
|