2024-01-25 09:01:48 +01:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
namespace: tekton
|
|
|
|
resources:
|
|
|
|
- namespace/namespace.yaml
|
|
|
|
- secret/secret.yaml
|
|
|
|
- serviceaccount/service-account.yaml
|
2024-03-09 09:26:01 +01:00
|
|
|
- serviceaccount/rbac.yaml
|
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
|
|
|
|
- https://api.hub.tekton.dev/v1/resource/tekton/task/trivy-scanner/0.2/raw
|
2024-03-10 20:20:30 +01:00
|
|
|
- configmap/configmap-phpcsfixer.yaml
|
|
|
|
- task/giteacomment.yaml
|
|
|
|
- task/imageformater.yaml
|
|
|
|
- task/phpcsfixer.yaml
|
|
|
|
- task/phpsecuritycheck.yaml
|
|
|
|
- task/phpstan.yaml
|
|
|
|
- task/phpunittest.yaml
|
|
|
|
- pipeline/symfonybuild.yaml
|
|
|
|
- pipeline/symfonycheck.yaml
|
|
|
|
- trigger/symfonybuild-binding.yaml
|
|
|
|
- trigger/symfonybuild-template.yaml
|
|
|
|
- trigger/symfonycheck-binding.yaml
|
|
|
|
- trigger/symfonycheck-template.yaml
|
|
|
|
- event/symfonybuild.yaml
|
|
|
|
- event/symfonycheck.yaml
|
2024-03-09 09:26:01 +01:00
|
|
|
|
|
|
|
|