11 lines
259 B
YAML
11 lines
259 B
YAML
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
|
|
- task/php-unit-test.yaml
|