mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-25 02:16:08 +07:00
12 lines
486 B
YAML
12 lines
486 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
|
|
- https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml
|
|
- https://storage.googleapis.com/tekton-releases/triggers/latest/interceptors.yaml
|
|
- https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release-readonly.yaml
|
|
- ingress.yaml
|
|
- service-account.yaml
|
|
- cluster-role-binding.yaml
|