mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-09 20:30:04 +07:00
refactor(tekton): move external tasks to .tekton
This commit is contained in:
parent
fc23a700e3
commit
96216b36f3
@ -2,6 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
- 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
|
||||||
|
- https://raw.githubusercontent.com/tektoncd/catalog/main/task/pull-request/0.1/pull-request.yaml
|
||||||
- external.yaml
|
- external.yaml
|
||||||
- lint.yaml
|
- lint.yaml
|
||||||
- check-git-files-changed.yaml
|
- check-git-files-changed.yaml
|
||||||
|
@ -13,7 +13,3 @@ resources:
|
|||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- cluster-role-binding.yaml
|
- cluster-role-binding.yaml
|
||||||
- service-account.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
|
|
||||||
- https://raw.githubusercontent.com/tektoncd/catalog/main/task/pull-request/0.1/pull-request.yaml
|
|
||||||
|
Loading…
Reference in New Issue
Block a user