14 lines
416 B
YAML
14 lines
416 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
namespace: tekton
|
||
|
resources:
|
||
|
- namespace/namespace.yaml
|
||
|
- configmap/configmap-php-cs-fixer.yaml
|
||
|
- pipeline/pipeline.yaml
|
||
|
- secret/secret.yaml
|
||
|
- serviceaccount/service-account.yaml
|
||
|
- https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.9/git-clone.yaml
|
||
|
- task/show-readme.yaml
|
||
|
- task/php-cs-fixer.yaml
|
||
|
- task/php-security-check.yaml
|