-
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.
make the webhook controller name configurable
Introduce a new env. variable to provide the admission controller name - WEBHOOK_ADMISSION_CONTROLLER_NAME The webhook contains multiple controllers including mutating/validating webhook and the conversion controller. All controllers are hard coded to webhook.pipeline.tekton.dev, config.webhook.pipeline.tekton.dev, and validation.webhook.pipeline.tekton.dev. This commit adds a new env. variable in the webhook deployment such that this controller name can be configured from the deployment yaml if needed. Also added instructions in webhook deployment with the list of changes if the default value is changed. Signed-off-by: pritidesai <pdesai@us.ibm.com>
- Loading branch information
1 parent
d46b58b
commit e5ca63b
Showing
2 changed files
with
76 additions
and
53 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