diff --git a/tekton/kustomization.yaml b/tekton/kustomization.yaml new file mode 100644 index 000000000..cd4530321 --- /dev/null +++ b/tekton/kustomization.yaml @@ -0,0 +1,8 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - account.yaml + - publish.yaml + - release-pipeline.yaml + - resources.yaml + - create-draft-triggers-release.yaml