2024-01-25 16:41:44 +01:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
namespace: tekton
|
|
|
|
resources:
|
|
|
|
- configmap/configmap-php-cs-fixer.yaml
|
|
|
|
- task/show-readme.yaml
|
|
|
|
- task/php-cs-fixer.yaml
|
|
|
|
- task/php-security-check.yaml
|
|
|
|
- task/phpstan.yaml
|
2024-01-29 14:49:38 +01:00
|
|
|
- task/php-unit-test.yaml
|