You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm trying to create a helm chart that depends on tekton. I wan't to bundle some PipelineTasks in a helm chart to deploy them more easily.
Right now, all the custom resource definitions are in the templates directory. They should probably be moved into the crds directory (ref https://helm.sh/docs/chart_best_practices/custom_resource_definitions/). That way, tekton could be used as a dependency in a helm chart where e.g. tasks are templated.
The text was updated successfully, but these errors were encountered:
Hey, I'm trying to create a helm chart that depends on tekton. I wan't to bundle some PipelineTasks in a helm chart to deploy them more easily.
Right now, all the custom resource definitions are in the templates directory. They should probably be moved into the crds directory (ref https://helm.sh/docs/chart_best_practices/custom_resource_definitions/). That way, tekton could be used as a dependency in a helm chart where e.g. tasks are templated.
The text was updated successfully, but these errors were encountered: