dekorateio / dekorate

Tools for generating Kubernetes related manifests.
Apache License 2.0
477 stars 103 forks source link

fix: integration with Tekton #1216

Closed Sgitario closed 1 year ago

Sgitario commented 1 year ago

The integration with Tekton was broken for the following reasons:

All above have been fixed and addressed.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sgitario commented 1 year ago

LGTM For future reference, I would prefer individaul pull requests per problem fixed, as this make it a bit hard to review.

To ease the review, there are separate commits within this pull request. Pull request should address or handle one issue, and I did it when it made sense (see https://github.com/dekorateio/dekorate/pull/1214, https://github.com/dekorateio/dekorate/pull/1213, https://github.com/dekorateio/dekorate/pull/1212, https://github.com/dekorateio/dekorate/pull/1211).