19 lines
627 B
YAML
19 lines
627 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: tekton
|
|
resources:
|
|
- namespace/namespace.yaml
|
|
- secret/secret.yaml
|
|
- serviceaccount/service-account.yaml
|
|
- serviceaccount/rbac.yaml
|
|
- https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.9/git-clone.yaml
|
|
- https://api.hub.tekton.dev/v1/resource/tekton/task/kaniko/0.6/raw
|
|
- https://api.hub.tekton.dev/v1/resource/tekton/task/trivy-scanner/0.2/raw
|
|
- task/symfonyapp/
|
|
- pipeline/pipeline-symfonyapp.yaml
|
|
- trigger/pipeline-symfonyapp-binding.yaml
|
|
- trigger/pipeline-symfonyapp-template.yaml
|
|
- event/pipeline-symfonyapp-listener.yaml
|
|
|
|
|