13 lines
464 B
YAML
13 lines
464 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
resources:
|
||
|
- https://storage.googleapis.com/tekton-releases/operator/latest/release.yaml
|
||
|
- https://raw.githubusercontent.com/tektoncd/operator/main/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml
|
||
|
# Catalog
|
||
|
- https://raw.githubusercontent.com/tektoncd/catalog/main/task/git-clone/0.6/git-clone.yaml
|
||
|
|
||
|
secretGenerator:
|
||
|
- name: git-credentials
|
||
|
envs:
|
||
|
- secrets/gitcred.txt
|