-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor the webhook/main.go to use latest knative/pkg š
This is way simpler to follow. This change the following: - Add validating and mutating webhook definition *in* yaml (so it gets registered before the webhook starts) - Rename the controller service/deployment from `tekton-pipelines-controller` to `controller` - Rename the webhook service/deployment from `tekton-pipelines-webhook` to `webhook` - Use `pipeline.tekton.dev/release` instead of `tekton.dev/release` ; mainly to let other project use their own (`trigger.tekton.dev/release`). Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
- Loading branch information
1 parent
9dc4d93
commit bc721b7
Showing
22 changed files
with
409 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.