tektoncd / pipeline

A cloud-native Pipeline resource.
https://tekton.dev
Apache License 2.0
8.48k stars 1.78k forks source link

missing a plain crd link #7550

Open wibed opened 9 months ago

wibed commented 9 months ago

i would like to install the crd's for the whole stack without having to reference 5 implementation of the same structure.

is there a crd bundle, ideally with a kustomization.yaml located i can reference to install crd's independent from any predetermined structure i have to pretend to follow?

AlanGreene commented 7 months ago

This appears to be a duplicate of https://github.com/tektoncd/operator/issues/1927. Can you elaborate on your question @wibed ?

Each release of Tekton Pipelines provides a release.yaml with all the CRDs etc. included. If this isn't what you're looking for can you describe your use case / why this doesn't meet your needs? Thanks