2024-01-25 09:01:48 +01:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
2024-03-25 09:11:17 +01:00
|
|
|
namespace: tekton-pipelines
|
2024-01-25 09:01:48 +01:00
|
|
|
resources:
|
|
|
|
- namespace/namespace.yaml
|
2024-03-22 11:41:42 +01:00
|
|
|
- secret/git-secret.yaml
|
|
|
|
- secret/ssh-secret.yaml
|
|
|
|
- secret/gitea-access-token.yaml
|
2024-01-25 09:01:48 +01:00
|
|
|
- serviceaccount/service-account.yaml
|
2024-03-09 09:26:01 +01:00
|
|
|
- serviceaccount/rbac.yaml
|
2024-03-20 13:35:24 +01:00
|
|
|
- configmap/configmap-phpcsfixer.yaml
|
|
|
|
|
|
|
|
# Tasks
|
2024-01-25 09:01:48 +01:00
|
|
|
- https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.9/git-clone.yaml
|
2024-01-25 16:41:44 +01:00
|
|
|
- https://api.hub.tekton.dev/v1/resource/tekton/task/kaniko/0.6/raw
|
2024-03-20 13:35:24 +01:00
|
|
|
- task/common/giteacomment.yaml
|
|
|
|
- task/common/imageformater.yaml
|
|
|
|
- task/common/cleanup.yaml
|
|
|
|
- task/common/crane.yaml
|
|
|
|
- task/common/trivy.yaml
|
|
|
|
- task/symfonyapp/phpcsfixer.yaml
|
|
|
|
- task/symfonyapp/phpsecuritycheck.yaml
|
|
|
|
- task/symfonyapp/phpstan.yaml
|
|
|
|
- task/symfonyapp/phpunittest.yaml
|
|
|
|
|
|
|
|
# Pipelines
|
|
|
|
- pipeline/imagebuild.yaml
|
2024-03-10 20:20:30 +01:00
|
|
|
- pipeline/symfonycheck.yaml
|
2024-03-20 13:35:24 +01:00
|
|
|
|
|
|
|
# Triggers
|
|
|
|
- trigger/msebuild-binding.yaml
|
|
|
|
- trigger/msebuild-template.yaml
|
|
|
|
- trigger/imagebuild-binding.yaml
|
|
|
|
- trigger/imagebuild-template.yaml
|
2024-03-10 20:20:30 +01:00
|
|
|
- trigger/symfonycheck-binding.yaml
|
|
|
|
- trigger/symfonycheck-template.yaml
|
2024-03-09 09:26:01 +01:00
|
|
|
|
2024-03-20 13:35:24 +01:00
|
|
|
# Events
|
|
|
|
- event/msebuild.yaml
|
|
|
|
- event/imagebuild.yaml
|
|
|
|
- event/symfonycheck.yaml
|
2024-03-09 09:26:01 +01:00
|
|
|
|
2024-03-22 11:41:42 +01:00
|
|
|
# Ingress
|
|
|
|
# - ingress/dashboard.yaml
|