mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-02 04:14:28 +07:00
ci: switch use Kustomize
This commit is contained in:
parent
642ddcd979
commit
f41040cf00
7
.tekton/kustomization.yaml
Normal file
7
.tekton/kustomization.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: tekton-pipelines
|
||||
|
||||
bases:
|
||||
- ./tasks/
|
||||
- ./pipelines/
|
5
.tekton/pipelines/kustomization.yaml
Normal file
5
.tekton/pipelines/kustomization.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- pipeline.yaml
|
6
.tekton/tasks/kustomization.yaml
Normal file
6
.tekton/tasks/kustomization.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- external.yaml
|
||||
- lint.yaml
|
Loading…
Reference in New Issue
Block a user